improved clean entry

This commit is contained in:
ceriel 1991-10-22 10:56:06 +00:00
parent 20c2bb2b79
commit b117ac89c2

View file

@ -63,7 +63,7 @@ tags: $(SRC)
ctags $(SRC)
clean:
rm -f a.out core next.c inpdef.h *.$(SUF) lint.exec
rm -f a.out core next.c inpdef.h *.$(SUF) lint.exec lpass2
lint: inpdef.h next.c
$(LINT) $(LINTFLAGS) $(SRC) next.c