blob: cdac71548dd91d2195dfbc5ff2d870ea7a72dd6f [file] [log] [blame]
.PHONY: all
all: $(OBJ)
$(OBJ): $(SOURCE)
@echo "compiling..."
$(GCC) $(CFLAGS) $< > $@