aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4653aa1..d0341764 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 \