minor update
wuruxu opened this issue · 0 comments
wuruxu commented
diff --git a/src/Makefile b/src/Makefile
index f19f7ac..35b0b1f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,7 +9,7 @@ INCLUDE_DIR = ../include
all: tsar
tsar: config.o debug.o framework.o tsar.o output_file.o output_print.o output_db.o output_tcp.o output_nagios.o common.o
- $(CC) config.o debug.o framework.o tsar.o output_file.o output_print.o output_db.o output_tcp.o output_nagios.o common.o -o tsar -I$(INCLUDE_DIR) -g -Wall -ldl -rdynamic
+ $(CC) config.o debug.o framework.o tsar.o output_file.o output_print.o output_db.o output_tcp.o output_nagios.o common.o -o tsar -g -Wall -ldl -rdynamic
clean:
rm -rf *.o tsar;