freetype2gl3/Makefile

12 lines
97 B
Makefile

.PHONY: default
default:
@rake $@
.PHONY: test
test:
@rake $@
.PHONY: clean
clean:
@rake $@