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)/*