Makefile
authorAlan Knowles <alan@roojs.com>
Thu, 17 Jul 2014 08:47:58 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Jul 2014 08:47:58 +0000 (16:47 +0800)
Makefile

index 720d289..06cd477 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,14 +39,14 @@ BUILDER4= Builder4/Application.vala \
 
 # for testing 
 all:
-       test-leftprops
+               test-leftprops
 #  test-full
 
 test-leftprops:
-       valac $(FLAGS) $(PKGS) $(CORESRC) \
-               Builder4/TestLeftProps.vala \
-               Builder4/WindowLeftProps.vala \
-               -o /tmp/test-leftprops
+               valac $(FLAGS) $(PKGS) $(CORESRC) \
+                               Builder4/TestLeftProps.vala \
+                               Builder4/WindowLeftProps.vala \
+                               -o /tmp/test-leftprops
 
 builder4:
         valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)