cs: make make expander-demo
work in a fresh checkout
This commit is contained in:
parent
8a5de6c27f
commit
adfe862a0b
|
@ -56,7 +56,7 @@ all:
|
|||
$(MAKE) rktl
|
||||
$(MAKE) $(BUILDDIR)racket.so
|
||||
|
||||
expander-demo: $(BUILDDIR)expander.so demo/expander.ss
|
||||
expander-demo: $(BUILDDIR)expander.so demo/expander.ss ../../bin/racket
|
||||
$(SCHEME) $(EXPANDER_DEPS) $(BUILDDIR)expander.so demo/expander.ss
|
||||
|
||||
run: $(BUILDDIR)main.so ../../bin/racket
|
||||
|
|
Loading…
Reference in New Issue
Block a user