1
0
Files
MSE-CSEL/solutions/01_environment/system_calls/justfile

6 lines
79 B
Makefile

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