From 82d7fd56a60ba7ca1172fd66456451bb75bddee8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 28 Jan 2015 14:26:06 -0800 Subject: Added Profile build type, 'make prof' target. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90990b1..df99367 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,12 @@ debug: cmake .. -DCMAKE_BUILD_TYPE=Debug; \ make +prof: + mkdir -p $(BUILDDIR); \ + cd $(BUILDDIR); \ + cmake .. -DCMAKE_BUILD_TYPE=Profile; \ + make + mingw: mkdir -p $(MINGW_BUILDDIR); \ cd $(MINGW_BUILDDIR); \ -- cgit v1.2.3