fixed makefile
[profile/ivi/GhostCluster.git] / Makefile
index c40a79e..7fd81df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,6 @@ PKG_NAME := $(PROJECT)
 SPECFILE = $(addsuffix .spec, $(PKG_NAME))
 YAMLFILE = $(addsuffix .yaml, $(PKG_NAME))
 
-include /usr/share/packaging-tools/Makefile.common
-
 all:
        @echo "Nothing to build"
 
@@ -24,6 +22,9 @@ install:
        mkdir -p $(ICON_DIR)/
        cp $(PROJECT).png $(ICON_DIR)/$(PROJECT).png
 
+spec: 
+       specify $<
+
 dist:
        rm -rf $(PACKAGE)
        mkdir $(PACKAGE)