qdate/Makefile
Jesse Gumm a504a6adfc Update rebar.config back to choptastic/erlang_localtime
*temporary* until a commit is merged
2015-11-05 11:31:38 -06:00

21 lines
232 B
Makefile

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