diff --git a/Makefile b/Makefile index 52eaef2..83b1c3e 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ runtests: test # nethogs_testsum -CFLAGS=-Wall -Wextra -CXXFLAGS=-Wall -Wextra +CFLAGS?=-Wall -Wextra +CXXFLAGS?=-Wall -Wextra OBJS=packet.o connection.o process.o refresh.o decpcap.o cui.o inode2prog.o conninode.o devices.o .PHONY: tgz