From 5ec4c259c979e137d6fc766efb530b0055ddddc9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 9 Aug 2011 21:39:20 -0500 Subject: [PATCH] Minor cleaups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 520f3da..63ca26f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_NAME=gonvert -PACKAGE_NAME=gonvert +PACKAGE_NAME=$(PROJECT_NAME) SOURCE_PATH=$(PACKAGE_NAME) SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py") -- 1.7.9.5