summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile

index fc3cb5cf..7f97e934 100644 --- a/Makefile +++ b/Makefile
@@ -1,12 +1,12 @@ run: build - @./build/nheko + ./build/nheko -build: - @cmake -H. -Bbuild +debug: + @cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug @make -C build -release: - @cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release +release-debug: + @cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo @make -C build clean: