Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MuJJus committed Dec 5, 2015
1 parent c01e641 commit 59e94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: tcpping manpage
uninstall: remove

tcpping: tcpping.c
$(CC) -Wall -g tcpping.c -o tcpping -lnet -lpcap
$(CC) -Wall -g tcpping.c -o tcpping $(CFLAGS) -lnet -lpcap

manpage: tcpping.1.xml
xmltoman tcpping.1.xml | gzip > tcpping.1.gz
Expand Down

0 comments on commit 59e94bd

Please sign in to comment.