diff options
Diffstat (limited to 'core/Makefile')
| -rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 99e348d..4232da9 100644 --- a/core/Makefile +++ b/core/Makefile @@ -7,7 +7,7 @@ options: @echo SRC: ${SRC} @echo OBJ: ${OBJ} -objects/%: %.c +objects/%: %.c ../lib/slib.a @echo Building $< @-mkdir -p $$(dirname $@) @gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -g |