From cf0c2cdc115c62359695718bdcf494fcb00e572e Mon Sep 17 00:00:00 2001 From: ZoRo Date: Wed, 1 Aug 2018 21:40:07 +0100 Subject: fixed to compile with arg.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7dc48b..267dca7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ INCLUDE=-I./extlib/ all: createextlib $(OBJECTS) $(PROJECT) $(PROJECT): $(SOURCES) notifylist.c - $(CXX) -c notifylist.c + $(CXX) $(INCLUDE) -c notifylist.c $(CC) $(OBJECTS) $(CFLAGS) $(LDFLAGS) -o $(PROJECT) %.o: %.c -- cgit v1.2.3