GiteaPC/giteapc.make
2021-01-15 16:02:22 +01:00

17 lines
186 B
Makefile

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