mirror of
https://git.planet-casio.com/Lephenixnoir/libprof.git
synced 2024-12-27 20:13:43 +01:00
18 lines
212 B
Text
18 lines
212 B
Text
|
# giteapc: version=1 depends=Lephenixnoir/gint
|
||
|
|
||
|
-include giteapc-config.make
|
||
|
|
||
|
configure:
|
||
|
@ true
|
||
|
|
||
|
build:
|
||
|
@ make
|
||
|
|
||
|
install:
|
||
|
@ make install
|
||
|
|
||
|
uninstall:
|
||
|
@ make uninstall
|
||
|
|
||
|
.PHONY: configure build install uninstall
|