Message ID | 20170920150814.19794-1-uwe@kleine-koenig.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
diff --git a/Makefile b/Makefile index a4653aa1b747..d0341764158e 100644 --- a/Makefile +++ b/Makefile @@ -223,7 +223,7 @@ selfcheck: $(ALL_OBJS:.o=.sc) clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc + rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc version.h dist: @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org> --- Hello, I think this is the inarguable part and that alone is still a considerable improvement for me. Best regards Uwe Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)