mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-08 22:30:23 -07:00
10 lines
75 B
Bash
Executable file
10 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f r2rs
|
|
|
|
pushd build/c
|
|
make r2rs
|
|
mv r2rs ../../
|
|
popd
|
|
|
|
./r2rs
|