diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |