qdate/Makefile
2015-07-27 14:25:21 -05:00

18 lines
206 B
Makefile

REBAR = $(shell pwd)/rebar3
all: compile
compile:
$(REBAR) compile
test: compile
$(REBAR) eunit
run:
$(REBAR) shell
publish:
$(REBAR) as pkg upgrade
$(REBAR) as pkg hex publish
$(REBAR) upgrade