2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Remove uncrustify.files in clean target

This commit is contained in:
Todd C. Miller 2019-12-14 06:30:32 -07:00
parent 60328e5c7e
commit 9f4409c256

View File

@ -387,7 +387,7 @@ clean: config.status
for d in $(SUBDIRS) $(SAMPLES); do \
(cd $$d && exec $(MAKE) $@); \
done
-rm -rf cov-int cov-int.tgz
-rm -rf cov-int cov-int.tgz uncrustify.files
mostlyclean: clean