From: Joe Wreschnig Date: Thu, 9 Apr 2015 20:49:55 +0000 (+0200) Subject: Set default make target to all. X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=commitdiff_plain;h=9fe418a7251d2e4de5f17657ca3c62cb5d6eba9f Set default make target to all. --- diff --git a/Makefile b/Makefile index 0649138..408a9c2 100644 --- 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