summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/Makefile')
-rw-r--r--comp/lucas-standen-NEA/code2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comp/lucas-standen-NEA/code2/Makefile b/comp/lucas-standen-NEA/code2/Makefile
index e01a111..847b50d 100644
--- a/comp/lucas-standen-NEA/code2/Makefile
+++ b/comp/lucas-standen-NEA/code2/Makefile
@@ -16,10 +16,11 @@ install: all
cd stdlib && make install
cd zpypkg && make install
clean:
- rm -rf zpy*.o
+ rm -rf zpy *.o
cd stdlib && make clean
cd examples && make clean
uninstall:
- rm /usr/local/bin/zpy
+ rm -f /usr/local/bin/zpy
+ cd stdlib && make uninstall
.PHONY: all clean install uninstall