Updates to calling C

This commit is contained in:
alpine9000
2016-03-16 20:25:15 +11:00
parent 68c54c01d2
commit 9e2888bc84
4 changed files with 15 additions and 10 deletions
+1
View File
@@ -93,6 +93,7 @@ out/%.o: %.s
out/%.o: %.c
vc -O3 -c $< -o $@
-@vc -O3 -S $< -o out/$*.s > /dev/null 2> /dev/null
-@vc -O0 -S $< -o out/$*-noopt.s > /dev/null 2> /dev/null
out/main.bin: out/main.o $(OBJS)
@#-T ../link.script