Don't forget to clean new targets.
This commit is contained in:
parent
7b95882f09
commit
3919be5510
|
@ -42,7 +42,8 @@ installsnoop: snoop
|
||||||
lint: ci.lint co.lint ident.lint rlog.lint rcs.lint rcsdiff.lint rcsmerge.lint snoop.lint
|
lint: ci.lint co.lint ident.lint rlog.lint rcs.lint rcsdiff.lint rcsmerge.lint snoop.lint
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o ci co ident merge rlog rcs rcsclean rcsdiff rcsmerge snoop
|
rm -f *.o ci co ident merge rlog rcs rcsclean rcsdiff rcsmerge snoop \
|
||||||
|
sccstorcs rcsfreeze
|
||||||
|
|
||||||
cleandir: clean
|
cleandir: clean
|
||||||
rm -f tags .depend
|
rm -f tags .depend
|
||||||
|
|
Loading…
Reference in New Issue