Changes makefile.ss to reflect the new directory structure.
This commit is contained in:
parent
5bb14cad6e
commit
d0355ead97
|
@ -3,7 +3,7 @@ all: ikarus.boot
|
||||||
|
|
||||||
ikarus.boot: *.ss
|
ikarus.boot: *.ss
|
||||||
cp ikarus.boot ikarus.boot.back
|
cp ikarus.boot ikarus.boot.back
|
||||||
echo '(load "makefile.ss")' | time ../runtime/ikarus -b ikarus.boot
|
echo '(load "makefile.ss")' | time ../bin/ikarus -b ikarus.boot
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.fasl
|
rm -f *.fasl
|
||||||
|
|
Loading…
Reference in New Issue