improved clean entry
This commit is contained in:
parent
20c2bb2b79
commit
b117ac89c2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ tags: $(SRC)
|
||||||
ctags $(SRC)
|
ctags $(SRC)
|
||||||
|
|
||||||
clean:
|
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: inpdef.h next.c
|
||||||
$(LINT) $(LINTFLAGS) $(SRC) next.c
|
$(LINT) $(LINTFLAGS) $(SRC) next.c
|
||||||
|
|
Loading…
Reference in a new issue