Skip to content

Instantly share code, notes, and snippets.

@pragmaticobjects
Created November 2, 2011 15:51
Show Gist options
  • Select an option

  • Save pragmaticobjects/1333996 to your computer and use it in GitHub Desktop.

Select an option

Save pragmaticobjects/1333996 to your computer and use it in GitHub Desktop.
Makefile
all: app
app: get-deps
@./rebar compile
get-deps:
@./rebar get-deps
clean:
@./rebar clean
rm -f erl_crash.dump
dist-clean: clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment