mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 11:37:00 -07:00
First commit with most of the main features implemented. May still need some bug fixes here and there.
3 lines
No EOL
100 B
Bash
Executable file
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) |