Set default make target to all.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 9 Apr 2015 20:49:55 +0000 (22:49 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 9 Apr 2015 20:50:03 +0000 (22:50 +0200)
Makefile

index 0649138..408a9c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 node-webkit-version := 0.10.4
+all:
 
 .DELETE_ON_ERROR:
 include rules/programs.mk