Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz authored and plutooo committed Feb 26, 2018
1 parent a9d4fb7 commit 114db71
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Makefile
@@ -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

0 comments on commit 114db71

Please sign in to comment.