diff --git a/lfe.config b/lfe.config index 9af290f..7ffa31d 100644 --- a/lfe.config +++ b/lfe.config @@ -1,7 +1,7 @@ #(project (#(deps (#("lfex/lcfg" "master"))) #(meta ( - #(name logjam) + #(name calrissian) #(description "Monads for LFE") #(version "0.1.0") #(keywords ("LFE" "Lisp" "Library" "Monads")) diff --git a/resources/make/common.mk b/resources/make/common.mk index e609701..dbbd1e2 100644 --- a/resources/make/common.mk +++ b/resources/make/common.mk @@ -114,15 +114,3 @@ check-all: get-deps clean-eunit compile-no-deps check: check-unit-with-deps 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 -