]> Shamusworld >> Repos - virtualjaguar/commitdiff
Forgot to run it through dtou (for *nix folks ;-)
authorShamus Hammons <jlhamm@acm.org>
Sat, 20 Mar 2004 17:12:44 +0000 (17:12 +0000)
committerShamus Hammons <jlhamm@acm.org>
Sat, 20 Mar 2004 17:12:44 +0000 (17:12 +0000)
compile

diff --git a/compile b/compile
index b9d9bcbe5f82b528426a26dceabd3f3a405e7d8d..342dd368477f3e06641fea80ef0442b67da23f40 100644 (file)
--- 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