X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile;h=3b44b23359c78157a7bbe8d895780a29f5cadd39;hp=a4bba06d55b5e528817cb773e1da5ecdc0dc9603;hb=75a7b641ab766b14f4e5f3689b47486c7fdba694;hpb=d54fe24caa38ffc6e5dee7ef5cdcb3c24a882bf8 diff --git a/Makefile b/Makefile index a4bba06d5..3b44b2335 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ $(SENDER): $(SENDER).o udevd.h $(LIBC) clean: -find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \ | xargs rm -f - -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(HELPER) $(DAEMON) $(SENDER) + -rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(HELPER) $(DAEMON) $(SENDER) $(TESTER) $(MAKE) -C klibc clean @extras="$(EXTRAS)" ; for target in $$extras ; do \ echo $$target ; \