diff --git a/Makefile b/Makefile index 177d79d9..9962fe80 100644 --- a/Makefile +++ b/Makefile @@ -142,9 +142,9 @@ uninstall: # This is a test directive used to test changes to a SLD file -# EG: make sld SLD=scheme/cyclone/macros +# EG: make sld SLDPATH=scheme/cyclone SLD=macros sld: - cyclone $(SLD).sld && sudo cp $(SLD).* /usr/local/share/cyclone/scheme/ && cyclone cyclone.scm && cyclone icyc.scm && sudo make install-bin + cyclone $(SLDPATH)/$(SLD).sld && sudo cp $(SLDPATH)/$(SLD).* /usr/local/share/cyclone/$(SLDPATH)/ && cyclone cyclone.scm && cyclone icyc.scm && sudo make install-bin ## This is an example of how to build/test changes to the compiler. ## With the way everything is setup now, you need to rebuild the module(s),