Files
paulxstretch/Makefile
Nikolai Rodionov 0541f894d6 Set JUCE to 7.0.6
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