cJPEG/giteapc.make

21 lines
434 B
Plaintext
Raw Permalink Normal View History

2022-05-09 18:35:27 +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-fx -c
build:
@ fxsdk build-fx
install:
@ fxsdk build-fx install
uninstall:
@ if [ -e build-fx/install_manifest.txt ]; then \
xargs rm -f < build-fx/install_manifest.txt; \
fi
.PHONY: configure build install uninstall