mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-18 02:30:56 -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
|