Update template

main
Michael Hayes 14 years ago
parent ea2d525eb3
commit 139f40c2a1

@ -18,7 +18,8 @@ all: @PROJECT@.out
# Compile: create object files from C source files.
@CCRULES@
# Link: create ELF output file from object files.
# Link: create output file (executable) from object files.
@PROJECT@.out: @OBJ@
$(CC) $(CFLAGS) $^ -o $@ -lm
$(SIZE) $@

Loading…
Cancel
Save