corrected typo in giteapc.make

This commit is contained in:
Sylvain PILLOT 2022-08-30 12:11:22 +02:00
parent 5ecf100c20
commit e0f611e3b9
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ install:
@ fxsdk build-cg install
uninstall:
@ if [ -e build-fx/install_manifest.txt ]; then \
xargs rm -f < build-fx/install_manifest.txt; \
@ if [ -e build-cg/install_manifest.txt ]; then \
xargs rm -f < build-cg/install_manifest.txt; \
fi
.PHONY: configure build install uninstall