Skip to content

Instantly share code, notes, and snippets.

@boorad
Created November 14, 2011 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boorad/1365496 to your computer and use it in GitHub Desktop.
Save boorad/1365496 to your computer and use it in GitHub Desktop.
ERL ?= erl
APP := koth
.PHONY: deps
all: deps
@./rebar compile
deps:
@./rebar get-deps
clean:
@./rebar clean
distclean: clean
@./rebar delete-deps
docs:
@erl -noshell -run edoc_run application '$(APP)' '"."' '[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment