mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 08:25:05 -05:00
Fix make.sh
This commit is contained in:
parent
ec0c31cfd8
commit
53266b27ac
4
make.sh
4
make.sh
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
# Optional helper build script for Anarch.
|
# Optional helper build script for Anarch.
|
||||||
# by drummyfish, released under CC0 1.0, public domain
|
# by drummyfish, released under CC0 1.0, public domain
|
||||||
#
|
#
|
||||||
@ -5,8 +7,6 @@
|
|||||||
#
|
#
|
||||||
# ./make.sh platform [compiler]
|
# ./make.sh platform [compiler]
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
echo "need a parameter (sdl, pokitto, gb, emscripten, ...)"
|
echo "need a parameter (sdl, pokitto, gb, emscripten, ...)"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user