This commit is contained in:
parent
fd8b2a3301
commit
c34d4d9962
3 changed files with 10 additions and 11 deletions
14
Makefile
14
Makefile
|
|
@ -1,10 +1,12 @@
|
|||
CC ?= cc
|
||||
CFLAGS ?= -I external/xemil/include -I external/md4c/src -I external/stb -I src $(DEFS)
|
||||
LDFLAGS ?=
|
||||
LIBS ?=
|
||||
AFTER ?=
|
||||
CC = cc
|
||||
CFLAGS = -I external/xemil/include -I external/md4c/src -I external/stb -I src $(DEFS)
|
||||
LDFLAGS =
|
||||
LIBS =
|
||||
AFTER =
|
||||
|
||||
E ?=
|
||||
E =
|
||||
|
||||
-include Makefile.$(TARGET)
|
||||
|
||||
.PHONY: all format clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue