cSDL_image/giteapc.make

20 lines
483 B
Plaintext
Raw Permalink Normal View History

2022-08-30 12:51:49 +02:00
# giteapc: version=1 depends=Lephenixnoir/gint,Lephenixnoir/sh-elf-gcc,Lephenixnoir/fxsdk,Lephenixnoir/OpenLibm,Vhex-Kernel-Core/fxlibc,Slyvtt/cSDL,Slyvtt/cPNG,Slyvtt/cJPEG,Slyvtt/cZlib
2022-05-05 22:05:33 +02:00
-include giteapc-config.make
configure:
@ fxsdk build-cg -c
build:
@ fxsdk build-cg
install:
@ fxsdk build-cg install
uninstall:
@ if [ -e build-cg/install_manifest.txt ]; then \
xargs rm -f < build-cg/install_manifest.txt; \
fi
.PHONY: configure build install uninstall