Minor cleaups
authorEd Page <eopage@byu.net>
Wed, 10 Aug 2011 02:39:20 +0000 (21:39 -0500)
committerEd Page <eopage@byu.net>
Wed, 10 Aug 2011 02:39:20 +0000 (21:39 -0500)
Makefile

index 520f3da..63ca26f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PROJECT_NAME=gonvert
 PROJECT_NAME=gonvert
-PACKAGE_NAME=gonvert
+PACKAGE_NAME=$(PROJECT_NAME)
 
 SOURCE_PATH=$(PACKAGE_NAME)
 SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py")
 
 SOURCE_PATH=$(PACKAGE_NAME)
 SOURCE=$(shell find $(SOURCE_PATH) -iname "*.py")