Skip to content

Commit

Permalink
Add convenience Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
schuay committed Jun 27, 2012
1 parent 14d0045 commit 1294c93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
CMakeLists.txt.user*
build/
6 changes: 6 additions & 0 deletions Makefile
@@ -0,0 +1,6 @@
all:
mkdir -p build
cd build; cmake -DCMAKE_BUILD_TYPE="Debug" ..; make -j3

clean:
rm -rf build

0 comments on commit 1294c93

Please sign in to comment.