6 lines
79 B
Makefile
6 lines
79 B
Makefile
build:
|
|
cmake -S . -B build && cmake --build build
|
|
|
|
clean:
|
|
rm -rf build
|