paulxstretch/Makefile
2023-10-17 09:33:53 +02:00

7 lines
130 B
Makefile

.PHONY: build
build:
cmake -B build -S ./ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
cmake --build build