From: Erich Eickmeyer <erich@ericheickmeyer.com>
Date: Wed, 25 Oct 2023 21:57:57 -0700
Subject: [PATCH] do not compile

---
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index c6c60d8..a258db8 100644
--- a/Makefile
+++ b/Makefile
@@ -192,14 +192,14 @@ pure_install:
 	$(LINK) $(DEST_RAY)/src/bin/ray-jack_config_script  $(DESTDIR)$(PREFIX)/bin/
 	$(LINK) $(DEST_RAY)/src/bin/ray-pulse2jack          $(DESTDIR)$(PREFIX)/bin/
 	$(LINK) $(DEST_RAY)/src/bin/ray_git                 $(DESTDIR)$(PREFIX)/bin/
-	
+
 	# compile python files
-	$(PYTHON) -m compileall $(DEST_RAY)/HoustonPatchbay/source/
-	$(PYTHON) -m compileall $(DEST_RAY)/src/
-	
+	#$(PYTHON) -m compileall $(DEST_RAY)/HoustonPatchbay/source/
+	#$(PYTHON) -m compileall $(DEST_RAY)/src/
+
 	# install local manual
 	cp -r manual $(DEST_RAY)/
-	
+
 	# install utility-scripts
 	cp -r utility-scripts $(DEST_RAY)/
 	
