*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:
|
install:
|
||||||
$(MAKE) -C src install
|
$(MAKE) -C src install
|
||||||
$(MAKE) -C bin install
|
$(MAKE) -C bin install
|
||||||
$(MAKE) -C examples install
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C src 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
|
OBJS = capture.o can2dump.o replay.o pcapreplay.o pcap2can.o main.o
|
||||||
NAME = hexagram
|
NAME = hexagram
|
||||||
|
|
||||||
|
INSTALL = install
|
||||||
RM = rm
|
RM = rm
|
||||||
|
|
||||||
all: $(NAME)
|
all: $(NAME)
|
||||||
|
|
Loading…
Add table
Reference in a new issue