Oops, entropy needs math library

This commit is contained in:
Neale Pickett 2018-01-09 18:17:34 +00:00
parent 495da32693
commit d4f47f391b
1 changed files with 2 additions and 0 deletions

View File

@ -29,5 +29,7 @@ p4split: p4split.o pcap.o
pcat: pcat.o pcap.o stream.o
pcat.o: CFLAGS += -Wno-unused-variable
entropy: LDLIBS += -lm
clean:
rm -f $(TARGETS) *.o