@ -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) $@