Skip to content
  • Features
  • Business
  • Explore
  • Marketplace
  • Pricing
Sign in or Sign up
  • Watch 1
  • Star 3
  • Fork 274

vinoski/webmachine forked from webmachine/webmachine

Code Pull requests 0 Projects 0 Insights
Permalink
Switch branches/tags
  • Branches
  • Tags
AZ564-improve-guard RTK-default_dispatch_list adt-fix-exit-normal-error arg-rewrite-hack az976-rewrite-module bwf-doc bwf-edoc-fix bz107-etag-quoting bz884-etag-list bz1293-remove-resource-with-predicate develop djr-skeleton_sup_child_spec_module fix-new-wm-script jjs-1.8.1-vsn jrm-fix-doc-link master riak-1.0.x validate-content-md5 wrd-content-length-with-streaming yaws
Nothing to show
webmachine-1.8.1 webmachine-1.8.0 webmachine-1.7.3 webmachine-1.7.2 webmachine-1.7.1 webmachine-1.6.1 webmachine-1.6 webmachine-1.5 webmachine-1.4 webmachine-1.3 webmachine-1.2 1.10.5 1.10.4 1.10.4p2 1.10.4p1 1.10.3 1.10.2 1.10.1 1.10.0 1.9.3 1.9.2 1.9.2p1 1.9.1 1.9.0 1.9.0p1 1.9.0-mochifix 1.9.0-mochifix-2
Nothing to show
Find file Copy path
webmachine/demo/Makefile
Fetching contributors…
Cannot retrieve contributors at this time
Raw Blame History
20 lines (13 sloc) 239 Bytes
ERL ?= erl
APP := webmachine_demo
.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)' '"."' '[]'
  • Copy lines
  • Copy permalink
  • View git blame
  • © 2018 GitHub, Inc.
  • Terms
  • Privacy
  • Security
  • Status
  • Help
  • Contact GitHub
  • API
  • Training
  • Shop
  • Blog
  • About
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.