Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 11, 2015 13:21
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 AeroNotix/f65a846781357db59ced to your computer and use it in GitHub Desktop.
Save AeroNotix/f65a846781357db59ced to your computer and use it in GitHub Desktop.
LEIN = ./utils/lein.sh
CLJ_FILES := $(shell find . -name "*.clj")
export LEIN_SNAPSHOTS_IN_RELEASE=1
compile:
@${LEIN} compile
deps:
@${LEIN} deps
target/uberjar/airos-websocket-client.jar: ${CLJ_FILES}
@${LEIN} uberjar
uberjar: deps compile target/uberjar/airos-websocket-client.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment