GiteaPC/giteapc.make

20 lines
236 B
Plaintext
Raw Normal View History

2021-01-03 17:26:35 +01:00
# 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