aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile
index 6c07f68..b3543a7 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -27,4 +27,4 @@ sh.o:
echo "#define COMPILETIME \"$$(date)\"" >> version.h
echo >> version.h
echo "#endif" >> version.h
- for s in *.c; do $(CC) $(CFLAGS) $(NOLINKER) $$s -o $${s%.c}.o; done
+ for s in *.c; do $(CC) $(CFLAGS) -c $$s -o $${s%.c}.o; done