From c7dbed306a00ff5af02cbfccb925a4a8eaa8f1d6 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 19 Jan 2020 17:52:28 -0500 Subject: [PATCH] add build.sh --- waterbox/libsnes/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 waterbox/libsnes/build.sh diff --git a/waterbox/libsnes/build.sh b/waterbox/libsnes/build.sh new file mode 100644 index 0000000000..666326e54d --- /dev/null +++ b/waterbox/libsnes/build.sh @@ -0,0 +1 @@ +make -j && gzip -c libsnes.wbx > ../../output/dll/libsnes.wbx.gz \ No newline at end of file