From 8b9d76be254371f9c0eb7204377a74c2a4da5926 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Apr 2026 09:30:57 +0300 Subject: [PATCH] Add uninstall --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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