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