Added better rm expression

This commit is contained in:
Kurt Zeilenga 1998-08-14 05:04:31 +00:00
parent efc5e2d0e4
commit c157ae7997

View file

@ -24,7 +24,7 @@ install: FORCE
depend: FORCE
clean: FORCE
$(RM) test-db/[a-z]* test-repl/[a-z]*
$(RM) test-db/[^C]* test-repl/[^C]*
veryclean: clean