Fixed makefile

This commit is contained in:
Łukasz Magiera 2016-01-18 22:19:10 +01:00
parent 05086757e3
commit b71e0613f3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build: clean all
$(BUILD)lupi: $(OBJECTS)
$(CC) $(LDFLAGS) $(OBJECTS) -o $@ $(LIBS)
$(BUILD)%.c.o: $(SOURCE)%.c $(BUILD)
$(BUILD)%.c.o: $(SOURCE)%.c
$(CC) -c $(CFLAGS) -I /usr/include -I src/c -I src/c/lib/lua $< -o $@
#Resources