remove unused flags
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good
This commit is contained in:
parent
bce3ce55ec
commit
8291755340
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
CC ?= cc
|
||||
CFLAGS ?= -I external/xemil/include -I external/stb -I src $(DEFS)
|
||||
CFLAGS ?= -I external/xemil/include -I src $(DEFS)
|
||||
LDFLAGS ?=
|
||||
LIBS ?= -lm
|
||||
LIBS ?=
|
||||
AFTER ?=
|
||||
|
||||
E ?=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue