mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Fixed up sld directive
This commit is contained in:
parent
01c75637ec
commit
04e558af8f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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),
|
||||
|
|
Loading…
Add table
Reference in a new issue