Skip to content

Commit

Permalink
adds simple Makefile with compile and clean targets
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaleksey authored and Vagabond committed Sep 15, 2010
1 parent 74b3140 commit 8c5cc6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
compile:
@./rebar compile

clean:
@./rebar clean

.PHONY: compile clean

0 comments on commit 8c5cc6e

Please sign in to comment.