paulxstretch/Makefile

7 lines
130 B
Makefile
Raw Normal View History

2023-10-17 07:33:53 +00:00
.PHONY: build
build:
cmake -B build -S ./ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
cmake --build build