From 69da655ba13fb2d9ef146ee895b105435ba6616a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 7 Jul 2025 08:17:51 +0300 Subject: [PATCH] Clean up install --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2c9d9ed..48c8624 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ build: # Does uninstall because without that the changes do not seem to update install: uninstall - mkdir -p ${PREFIX}/lib/compile-r7rs/snow - cp -r snow/* ${PREFIX}/lib/compile-r7rs/snow - cp -r libs ${PREFIX}/lib/compile-r7rs/snow/libs - cp compile-r7rs.scm ${PREFIX}/lib/compile-r7rs/main.scm + #mkdir -p ${PREFIX}/lib/compile-r7rs/snow + #cp -r snow/* ${PREFIX}/lib/compile-r7rs/snow + #cp -r libs ${PREFIX}/lib/compile-r7rs/snow/libs + #cp compile-r7rs.scm ${PREFIX}/lib/compile-r7rs/main.scm install compile-r7rs ${PREFIX}/bin/compile-r7rs snow: