Changes makefile.ss to reflect the new directory structure.

This commit is contained in:
Abdulaziz Ghuloum 2006-12-01 10:41:13 -05:00
parent 5bb14cad6e
commit d0355ead97
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all: ikarus.boot
ikarus.boot: *.ss
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:
rm -f *.fasl