diff --git a/Makefile.am b/Makefile.am index 03a21ab..b5437bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,5 +17,5 @@ nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* \ locale/en.po \ locale/en/LC_MESSAGES/pr-starfighter.mo -EXTRA_DIST = starfighter.sh win32build.sh misc +EXTRA_DIST = win32build.sh misc diff --git a/starfighter.sh b/starfighter.sh deleted file mode 100755 index 8a57fab..0000000 --- a/starfighter.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# This file has been dedicated to the public domain, to the extent -# possible under applicable law, via CC0. See -# http://creativecommons.org/publicdomain/zero/1.0/ for more -# information. This file is offered as-is, without any warranty. - -./src/starfighter $@