Updated Makefile

This commit is contained in:
Adubbz 2018-02-26 21:39:59 +11:00 committed by plutoo
parent a9d4fb7830
commit 114db71711

View File

@ -1,7 +1,11 @@
all:
make -f Makefile.nx
make -f Makefile.pc
nx:
$(MAKE) -f Makefile.nx
pc:
$(MAKE) -f Makefile.pc
all: nx pc
clean:
make -f Makefile.pc clean
make -f Makefile.nx clean
$(MAKE) -f Makefile.pc clean
$(MAKE) -f Makefile.nx clean