Fix make.sh

This commit is contained in:
Miloslav Číž 2020-11-21 12:06:45 +01:00
parent ec0c31cfd8
commit 53266b27ac
1 changed files with 2 additions and 2 deletions

View File

@ -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