bdberl/Makefile

13 lines
126 B
Makefile
Raw Normal View History

all: compile
compile:
2011-08-09 16:15:08 +00:00
@ $(REBAR) compile
tests:
2011-08-09 16:15:08 +00:00
@ $(REBAR) ct
clean:
2011-08-09 16:15:08 +00:00
@ $(REBAR) clean
@ rm -rf ./logs
include rebar.mk