forked from izaya/LuPPC
Fixed makefile
This commit is contained in:
parent
05086757e3
commit
b71e0613f3
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ build: clean all
|
|||||||
$(BUILD)lupi: $(OBJECTS)
|
$(BUILD)lupi: $(OBJECTS)
|
||||||
$(CC) $(LDFLAGS) $(OBJECTS) -o $@ $(LIBS)
|
$(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 $@
|
$(CC) -c $(CFLAGS) -I /usr/include -I src/c -I src/c/lib/lua $< -o $@
|
||||||
|
|
||||||
#Resources
|
#Resources
|
||||||
|
Loading…
Reference in New Issue
Block a user