1
0
Files

6 lines
79 B
Makefile

build:
cmake -S . -B build && cmake --build build
clean:
rm -rf build