commit 29360cc
wf
·
2026-04-20 18:29:17 +0000 UTC
parent 8f391ff
Fix makefile
1 files changed,
+2,
-2
M
Makefile
M
Makefile
+2,
-2
1@@ -1,6 +1,6 @@
2 CC ?= cc
3-CFLAGS := -std=c99 -Wall -Wimplicit-function-declaration -Oz -pedantic
4-LDFLAGS := `pkg-config --cflags --libs swc` -Iinclude
5+CFLAGS += -std=c99 -Wall -Wimplicit-function-declaration -Oz -pedantic
6+LDFLAGS += -Iinclude
7 LDLIBS := `pkg-config --libs swc`
8 PREFIX ?= /usr/local
9