Skip to content

Commit

Permalink
Add clean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jul 30, 1999
1 parent 55654db commit deabcf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ivlpp/Makefile.in
Expand Up @@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.4 1999/07/28 03:17:03 steve Exp $"
#ident "$Id: Makefile.in,v 1.5 1999/07/30 00:42:33 steve Exp $"
#
#
SHELL = /bin/sh
Expand Down Expand Up @@ -46,6 +46,9 @@ LDFLAGS = @LDFLAGS@

all: ivlpp

clean:
rm -f *.o lexor.c parse.c parse.h parse.output

O = main.o lexor.o parse.o

ivlpp: $O
Expand Down

0 comments on commit deabcf7

Please sign in to comment.