diff --git a/Makefile b/Makefile index bc8ede5..082f422 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ build: install: install compile-r7rs ${PREFIX}/bin/compile-r7rs +uninstall: + rm -rf ${PREFIX}/bin/compile-r7rs + test: # Misc rm -rf .tmp