mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 19:19:57 +00:00
Merge branch 'update-deps' into formatting
This commit is contained in:
commit
572022bf98
2 changed files with 1 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
#(project
|
#(project
|
||||||
(#(deps (#("lfex/lcfg" "master")))
|
(#(deps (#("lfex/lcfg" "master")))
|
||||||
#(meta (
|
#(meta (
|
||||||
#(name logjam)
|
#(name calrissian)
|
||||||
#(description "Monads for LFE")
|
#(description "Monads for LFE")
|
||||||
#(version "0.1.0")
|
#(version "0.1.0")
|
||||||
#(keywords ("LFE" "Lisp" "Library" "Monads"))
|
#(keywords ("LFE" "Lisp" "Library" "Monads"))
|
||||||
|
|
|
@ -114,15 +114,3 @@ check-all: get-deps clean-eunit compile-no-deps
|
||||||
check: check-unit-with-deps
|
check: check-unit-with-deps
|
||||||
|
|
||||||
check-travis: $(BIN_DIR)/lfetool check
|
check-travis: $(BIN_DIR)/lfetool check
|
||||||
|
|
||||||
push-all:
|
|
||||||
@echo "Pusing code to github ..."
|
|
||||||
git push --all
|
|
||||||
git push upstream --all
|
|
||||||
git push --tags
|
|
||||||
git push upstream --tags
|
|
||||||
|
|
||||||
install: compile
|
|
||||||
@echo "Installing lumberjack ..."
|
|
||||||
@PATH=$(SCRIPT_PATH) lfetool install lfe
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue