tests/TreeBuilder.vala
[app.Builder.js] / Makefile
index 2df2e0f..8493567 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ PKGS=   --pkg gtk+-3.0 \
                --pkg clutter-gtk-1.0 \
                --pkg gladeui-2.0 \
                --pkg libsoup-2.4 \
-               --pkg javascriptcore  \
+               --pkg javascriptcore  \
+               --pkg  vte-2.90  \
 
 
 FLAGS= -g --vapidir=./vapi 
@@ -46,7 +47,7 @@ BUILDER4=   Builder4/About.vala \
 
 
 # compile what... for testing 
-#all:  builder4
+all:  builder4
 #all: test-leftprops
 #all: test-palate
 #all: test-addprops
@@ -55,7 +56,7 @@ BUILDER4=   Builder4/About.vala \
 #all: test-vala
 #all: test-gir
 #all: test-pack
-all: test-codevalidate
+#all: test-codevalidate
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \