mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Remove uncrustify.files in clean target
This commit is contained in:
parent
60328e5c7e
commit
9f4409c256
@ -387,7 +387,7 @@ clean: config.status
|
|||||||
for d in $(SUBDIRS) $(SAMPLES); do \
|
for d in $(SUBDIRS) $(SAMPLES); do \
|
||||||
(cd $$d && exec $(MAKE) $@); \
|
(cd $$d && exec $(MAKE) $@); \
|
||||||
done
|
done
|
||||||
-rm -rf cov-int cov-int.tgz
|
-rm -rf cov-int cov-int.tgz uncrustify.files
|
||||||
|
|
||||||
mostlyclean: clean
|
mostlyclean: clean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user