Remove fuzzer targets in "make clean"

This commit is contained in:
Todd C. Miller
2021-02-24 15:25:44 -07:00
parent 39774e2389
commit 1ae4c1bf67
4 changed files with 7 additions and 4 deletions

View File

@@ -449,7 +449,8 @@ check: $(TEST_PROGS) fuzz
fi
clean:
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) *.lo *.o *.la
-$(LIBTOOL) $(LTFLAGS) --mode=clean rm -f $(TEST_PROGS) $(FUZZ_PROGS) \
*.lo *.o *.la
-rm -f *.i *.plog stamp-* core *.core core.* regress/*/*.out \
regress/*/*.err