Skip to content

Instantly share code, notes, and snippets.

@mallipeddi
Created June 30, 2009 14:34
Show Gist options
  • Save mallipeddi/138184 to your computer and use it in GitHub Desktop.
Save mallipeddi/138184 to your computer and use it in GitHub Desktop.
COUCHDB:="../couchdb/src/couchdb"
ERLANG_TWITTER:="../erlang_twitter/ebin"
all: clean compile
clean:
rm -f *.beam
compile:
erlc -pa ${COUCHDB} -pa ${ERLANG_TWITTER} *.erl
run:
erl -pa ${COUCHDB} -pa ${ERLANG_TWITTER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment