mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Added 'examples' directive
This commit is contained in:
parent
a6e9262809
commit
faa9638300
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -110,6 +110,9 @@ bootstrap: icyc
|
||||||
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
||||||
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
||||||
|
|
||||||
|
.PHONY: examples
|
||||||
|
examples:
|
||||||
|
cd examples ; make
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: $(TESTFILES) $(CYCLONE)
|
test: $(TESTFILES) $(CYCLONE)
|
||||||
|
@ -123,6 +126,7 @@ tags:
|
||||||
clean:
|
clean:
|
||||||
rm -rf a.out *.o *.so *.a *.out tags cyclone icyc scheme/*.o scheme/*.c scheme/*.meta srfi/*.c srfi/*.meta srfi/*.o scheme/cyclone/*.o scheme/cyclone/*.c scheme/cyclone/*.meta cyclone.c dispatch.c icyc.c generate-c.c generate-c
|
rm -rf a.out *.o *.so *.a *.out tags cyclone icyc scheme/*.o scheme/*.c scheme/*.meta srfi/*.c srfi/*.meta srfi/*.o scheme/cyclone/*.o scheme/cyclone/*.c scheme/cyclone/*.meta cyclone.c dispatch.c icyc.c generate-c.c generate-c
|
||||||
$(foreach f,$(TESTSCM), rm -rf $(f) $(f).c tests/$(f).c;)
|
$(foreach f,$(TESTSCM), rm -rf $(f) $(f).c tests/$(f).c;)
|
||||||
|
cd examples ; make clean
|
||||||
|
|
||||||
install-includes:
|
install-includes:
|
||||||
$(MKDIR) $(DESTDIR)$(INCDIR)
|
$(MKDIR) $(DESTDIR)$(INCDIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue