From 500969b4a8fe55726c94a47f4fe6a78692b356e5 Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Thu, 2 Apr 2020 10:09:02 -0400 Subject: [PATCH] Removed starfighter.sh. --- Makefile.am | 2 +- starfighter.sh | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 starfighter.sh 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 $@