ikarus/src/Makefile

9 lines
120 B
Makefile
Raw Normal View History

2006-11-23 19:40:06 -05:00
2006-11-23 20:18:02 -05:00
all: ikarus.boot
2006-11-23 19:40:06 -05:00
2006-11-23 20:18:02 -05:00
ikarus.boot: *.ss
echo '(load "makefile.ss")' | ../runtime/ikarus ikarus.boot
2006-11-23 19:40:06 -05:00
clean:
rm -f *.fasl