ecl/nucl.sh
Daniel Kochmański 40c1571257 [wip] nucl: binary and preliminary notes
nucl: build nucleus directly from .c files (not .o)
2026-03-08 20:03:25 +01:00

10 lines
75 B
Bash
Executable file

#!/bin/sh
rm -f nucl
pushd build/c
make nucl
mv nucl ../../
popd
./nucl