Fixed up sld directive

This commit is contained in:
Justin Ethier 2015-08-25 01:15:59 -04:00
parent 01c75637ec
commit 04e558af8f

View file

@ -142,9 +142,9 @@ uninstall:
# This is a test directive used to test changes to a SLD file # 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: 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. ## 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), ## With the way everything is setup now, you need to rebuild the module(s),