Skip to content

Commit

Permalink
Add very very simple initial Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Larson committed Dec 28, 2009
1 parent 05d099b commit 34e251b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
@@ -0,0 +1,9 @@
ERL=erl
EBIN=ebin

build: clean
erlc *.erl
mv *.beam $(EBIN)

clean:
rm -rf $(EBIN)/*.beam

0 comments on commit 34e251b

Please sign in to comment.