*The Cheat digs in his fur, pulls out invisible cash*
This commit is contained in:
parent
82968f2ef9
commit
1d275dcb5a
2 changed files with 1 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -6,7 +6,6 @@ all:
|
|||
install:
|
||||
$(MAKE) -C src install
|
||||
$(MAKE) -C bin install
|
||||
$(MAKE) -C examples install
|
||||
|
||||
clean:
|
||||
$(MAKE) -C src clean
|
||||
|
|
|
@ -10,6 +10,7 @@ STATIC = ../src/libhexagram.a
|
|||
OBJS = capture.o can2dump.o replay.o pcapreplay.o pcap2can.o main.o
|
||||
NAME = hexagram
|
||||
|
||||
INSTALL = install
|
||||
RM = rm
|
||||
|
||||
all: $(NAME)
|
||||
|
|
Loading…
Add table
Reference in a new issue