GiteaPC/giteapc.make
2021-01-03 17:34:28 +01:00

19 lines
236 B
Makefile

# 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