From 104356d3643a352294fbbdf1a65440dfa5268341 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 3 Apr 2014 09:17:02 +0200 Subject: [PATCH] run as default make target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e79fd8d..1542265 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SRCDIR := src BUILDDIR := build .PHONY : all -all : love +all : run love : cd $(SRCDIR)/ && \ @@ -16,5 +16,6 @@ love : run : $(LOVE) $(SRCDIR)/ + clean : rm -rf $(BUILDDIR)/*