Makefile
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:05:39 +0000 (18:05 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:05:39 +0000 (18:05 +0800)
Makefile

index 6a870ed..4c2f8e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -75,10 +75,10 @@ test-glade:
                tests/GladeTest.vala -o /tmp/test-glade
 
 
-test-glade:
+test-gtkview:
        valac $(FLAGS) $(PKGS) $(CORESRC)  \
                Builder4/GtkView.vala \
-               tests/GtkTest.vala -o /tmp/test-glade
+               tests/GtkView.vala -o /tmp/test-gtkview
 
 
 test-addprops: