run as default make target
This commit is contained in:
parent
47525f364d
commit
104356d364
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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)/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue