ikarus/src/Makefile

10 lines
158 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
2006-11-23 20:37:04 -05:00
cp ikarus.boot ikarus.boot.back
echo '(load "makefile.ss")' | time ../runtime/ikarus ikarus.boot
2006-11-23 19:40:06 -05:00
clean:
rm -f *.fasl