mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-10 17:41:10 -07:00
10 lines
75 B
Bash
Executable file
10 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f pucl
|
|
|
|
pushd build/c
|
|
make pucl
|
|
mv pucl ../../
|
|
popd
|
|
|
|
./pucl
|