rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/make
2019-10-21 10:18:17 +02:00

7 lines
91 B
Plaintext

.PHONY: all
all: $(OBJ)
$(OBJ): $(SOURCE)
@echo "compiling..."
$(GCC) $(CFLAGS) $< > $@