Add Makefile.
[hope.git] / Makefile
... / ...
CommitLineData
1.PHONY: all compile clean
2
3all: clean compile
4
5compile:
6 @rebar compile
7
8clean:
9 @rebar clean
This page took 0.02108 seconds and 4 git commands to generate.