mirror of
https://git.planet-casio.com/Lephenixnoir/GiteaPC.git
synced 2024-12-26 19:43:40 +01:00
17 lines
186 B
Makefile
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
|