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