Skip to content

Commit

Permalink
Added build script for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti committed Dec 5, 2016
1 parent da78f77 commit 1094d98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sh
@@ -0,0 +1,14 @@
#!/bin/sh

cd installer
mkdir data
cd ../dsrom
echo Building DS ROMs
make clean
make

cd ../installer
echo Building WiiU Installer
make clean
make

0 comments on commit 1094d98

Please sign in to comment.