Skip to content

Commit

Permalink
Forgot to add file
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Aug 26, 2015
1 parent 7c52bf0 commit a52516c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all: build
(cd build && make)

build:
(mkdir -p build && cd build && cmake ..)

clean:
(cd build && make clean)

.PHONY: all clean

0 comments on commit a52516c

Please sign in to comment.