.PHONY: all all: $(OBJ)
$(OBJ): $(SOURCE)
@echo "compiling..." $(GCC) $(CFLAGS) $< > $@
[Validate]
Generated with the Darkfish Rdoc Generator 2.