gdpm/bin/gdpm-compile.sh
David J. Allen 1893c7c36b Initial commit
First commit with most of the main features implemented. May still need
some bug fixes here and there.
2021-12-30 12:56:37 -06:00

3 lines
No EOL
100 B
Bash
Executable file

# Run this script at project root
meson configure build
CXX=clang++ meson compile -C build -j$(proc)