scsh-0.6/autogen.sh

15 lines
289 B
Bash
Executable File

#! /bin/sh
autoheader
autoconf
./configure
touch scsh/*.c
touch build/filenames.scm
rm -f scheme48.image cig/cig.image scsh/scsh.image
rm -f build/linker.image build/initial.image
make build/filenames.make
make i-know-what-i-am-doing
make linker
make build/initial.image
make distclean