fastinahurry/Makefile
2025-07-27 21:47:49 -06:00

3 lines
61 B
Makefile

all:
mkdir -p build
cd build && cmake .. && make -j$(nproc)