GiteaPC/giteapc.make

18 lines
186 B
Plaintext
Raw Normal View History

2021-01-03 17:26:35 +01:00
# giteapc: version=1
-include giteapc-config.make
2021-01-03 17:26:35 +01:00
configure:
@ true
build:
@ true
install:
@ make install
uninstall:
@ make uninstall
.PHONY: configure build install uninstall