# giteapc: version=1 ifneq ($(GITEAPC_CONFIG),) include giteapc-config-$(GITEAPC_CONFIG).make endif configure: @ true build: @ true install: @ make install uninstall: @ make uninstall .PHONY: configure build install uninstall