cSDL/giteapc.make

21 lines
434 B
Plaintext
Raw Normal View History

2022-04-28 12:39:32 +02:00
# giteapc: version=1 depends=Lephenixnoir/gint,Lephenixnoir/sh-elf-gcc,Lephenixnoir/fxsdk,Lephenixnoir/OpenLibm,Vhex-Kernel-Core/fxlibc
-include giteapc-config.make
configure:
@ fxsdk build-cg -c
build:
@ fxsdk build-cg
install:
@ fxsdk build-cg install
uninstall:
2022-08-30 12:11:22 +02:00
@ if [ -e build-cg/install_manifest.txt ]; then \
xargs rm -f < build-cg/install_manifest.txt; \
2022-04-28 12:39:32 +02:00
fi
.PHONY: configure build install uninstall