mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
10 lines
75 B
Bash
Executable file
10 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f nucl
|
|
|
|
pushd build/c
|
|
make nucl
|
|
mv nucl ../../
|
|
popd
|
|
|
|
./nucl
|