ikarus/src/Makefile

10 lines
143 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
../bin/ikarus -b ikarus.boot --script makefile.ss
2006-11-23 19:40:06 -05:00
clean:
rm -f *.fasl