Fix make.sh

merge-requests/2/head
Miloslav Číž 3 years ago
parent ec0c31cfd8
commit 53266b27ac

@ -1,3 +1,5 @@
#!/bin/bash
# Optional helper build script for Anarch.
# by drummyfish, released under CC0 1.0, public domain
#
@ -5,8 +7,6 @@
#
# ./make.sh platform [compiler]
#!/bin/bash
if [ $# -lt 1 ]; then
echo "need a parameter (sdl, pokitto, gb, emscripten, ...)"
exit 0

Loading…
Cancel
Save