libprof/giteapc.make

18 lines
212 B
Makefile

# giteapc: version=1 depends=Lephenixnoir/gint
-include giteapc-config.make
configure:
@ true
build:
@ make
install:
@ make install
uninstall:
@ make uninstall
.PHONY: configure build install uninstall