Makefile
authorAlan Knowles <alan@akbkhome.com>
Sat, 31 May 2014 07:46:31 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 31 May 2014 07:46:31 +0000 (15:46 +0800)
Makefile

index 9f220ae..bbdf287 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 all:
-  valac --pkg gtk+-3.0 JsRender/*.vala Project/*.vala  -o /tmp/test
+       valac --pkg gtk+-3.0 JsRender/*.vala Project/*.vala -o /tmp/test
 
 clean:
-  rm -rf /tmp/test
\ No newline at end of file
+       rm -rf /tmp/test