*The Cheat digs in his fur, pulls out invisible cash*

This commit is contained in:
XANTRONIX Development 2019-05-26 17:34:28 -05:00
parent 82968f2ef9
commit 1d275dcb5a
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@ all:
install:
$(MAKE) -C src install
$(MAKE) -C bin install
$(MAKE) -C examples install
clean:
$(MAKE) -C src clean

View file

@ -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)