From 1518454010bef170869c0cd855f8a07c183d0e36 Mon Sep 17 00:00:00 2001 From: "Duncan M. McGreggor" Date: Thu, 21 May 2015 20:44:39 -0500 Subject: [PATCH 1/2] Fixed bad copy/paste. --- lfe.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) From 2577cf91f4f9d779cf8bf2cd573466bc357c29d3 Mon Sep 17 00:00:00 2001 From: "Duncan M. McGreggor" Date: Thu, 21 May 2015 20:45:42 -0500 Subject: [PATCH 2/2] Removed old targets. --- resources/make/common.mk | 12 ------------ 1 file changed, 12 deletions(-) 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 -