$(AR) rv $(TARGET) $(OFILES)
clean:
- rm -f *.o $(TARGET) *~ core
+ rm -f *.o $(TARGET) parser.output *~ core
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# $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.
#
* Written by Curtis Olson, started May 1997.
*
* $Id$
- * (Log is kept at end of this file)
**************************************************************************/
* NOTE: Compiles with flex and gcc.
*
* $Id$
- * (Log is kept at end of this file)
**************************************************************************/