Makefile
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:15:05 +0000 (23:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Sep 2014 15:15:05 +0000 (23:15 +0800)
Makefile

index b23b595..966f112 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ BUILDER4=   Builder4/About.vala \
                
 
 # compile what... for testing 
-all:  builder4
+#all:  builder4
 #all: test-leftprops
 #all: test-palate
 #all: test-addprops
@@ -51,7 +51,7 @@ all:  builder4
 #all: test-gtkview
 #all: test-vala
 #all: test-gir
-
+all: test-pack
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \