]> skyeroc.xyz Git - dgamelaunch/commitdiff
Added `tags' to makefile exclusions. Also, everything is indented now
authorBrett Carrington <brettcar@segvio.org>
Thu, 1 Jan 2004 19:57:58 +0000 (19:57 +0000)
committerBrett Carrington <brettcar@segvio.org>
Thu, 1 Jan 2004 19:57:58 +0000 (19:57 +0000)
per `make dist'.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@30 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile
dgamelaunch.c

index 8f5203e152f25ffb033b51dee8e5023855b6c731..dd7c568479550793dcba55279aa520bb44996581 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION = 1.3.10.1
 NAME = dgamelaunch
-exclusions = CVS .cvsignore
+exclusions = CVS .cvsignore tags
 
 ifndef optimize
   optimize = -O0
index 939ff93dbc191bdf34ba78e3cd9ce8d092998d57..5710aa7a67bd284e7b078ef180ea72ea5c6e93f3 100644 (file)
@@ -338,9 +338,9 @@ inprogressmenu ()
             exit (145);
           else
             *replacestr = '\0';
-         
+
           replacestr = strchr (ttyrecname, ':');
-         
+
           if (!replacestr)
             exit (145);