1
0
Fork 0

Cosmetic changes.

This commit is contained in:
curt 1997-05-17 00:17:01 +00:00
parent f9dfcecfe0
commit 57c5b4ec95
3 changed files with 4 additions and 3 deletions

View file

@ -39,7 +39,7 @@ $(TARGET): $(OFILES) $(HFILES)
$(AR) rv $(TARGET) $(OFILES)
clean:
rm -f *.o $(TARGET) *~ core
rm -f *.o $(TARGET) parser.output *~ core
#---------------------------------------------------------------------------
@ -70,6 +70,9 @@ mesh.o: mesh.c mesh.h common.h
#---------------------------------------------------------------------------
# $Log$
# Revision 1.2 1997/05/17 00:17:01 curt
# Cosmetic changes.
#
# Revision 1.1 1997/05/16 16:07:02 curt
# Initial revision.
#

View file

@ -4,7 +4,6 @@
* Written by Curtis Olson, started May 1997.
*
* $Id$
* (Log is kept at end of this file)
**************************************************************************/

View file

@ -6,7 +6,6 @@
* NOTE: Compiles with flex and gcc.
*
* $Id$
* (Log is kept at end of this file)
**************************************************************************/