From: Shamus Hammons Date: Sat, 20 Mar 2004 17:12:44 +0000 (+0000) Subject: Forgot to run it through dtou (for *nix folks ;-) X-Git-Tag: 1.0.7~60 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd099bdc1c453c7e06ba3a51ea7dd80c0246fa6;p=virtualjaguar Forgot to run it through dtou (for *nix folks ;-) --- diff --git a/compile b/compile index b9d9bcb..342dd36 100644 --- a/compile +++ b/compile @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh # # Compile script for Virtual Jaguar GCC/SDL Portable Jaguar Emulator @@ -6,7 +6,7 @@ # under the sun... # # by James L. Hammons -# +# # If you have any parameters that you want to pass through to make, then # simply add them to the 'compile' command line as if 'compile' were make. # @@ -58,3 +58,11 @@ export SYSTYPE EXESUFFIX GLLIB ICON SDLLIBTYPE # Yes, you can pass through parameters to make... make $@ + +if [ $? -eq 0 ]; then + + echo + echo "*** Looks like it compiled OK... Give it a whirl!" + echo + +fi