Skip to content

Instantly share code, notes, and snippets.

@ericbmerritt
Last active December 15, 2015 00:09
Show Gist options
  • Save ericbmerritt/5171178 to your computer and use it in GitHub Desktop.
Save ericbmerritt/5171178 to your computer and use it in GitHub Desktop.
clean: $(REBAR)
$(REBAR) skip_deps=true clean
- rm -rf $(CURDIR)/doc/*.html
- rm -rf $(CURDIR)/doc/*.css
- rm -rf $(CURDIR)/doc/*.png
clean-deps: clean
rm -rvf $(CURDIR)/deps/*
rm -rf $(ERLWARE_COMMONS_PLT).$(ERL_VER)
distclean: clean-deps
rm -rf $(CURDIR)/rebar
rebuild: clean-deps get-deps all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment