Skip to content

Commit

Permalink
added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
geek committed May 5, 2012
1 parent 904ddec commit c2d1c97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all:
erlc environment.erl individual.erl monitor.erl

clean:
rm 2> /dev/null *.beam

plot:
gnuplot simple.plot

0 comments on commit c2d1c97

Please sign in to comment.