diff options
| author | Uwe Kleine-König <uwe@kleine-koenig.org> | 2017-09-20 17:08:14 +0200 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2017-10-02 23:45:48 -0400 |
| commit | 78e2c1087c408dafb6c5db3a8421fcd385ca40f4 (patch) | |
| tree | 5c613e967bfd8b4eb9d07e68fdd419d8929f3bbc | |
| parent | ac80716486856a250d2ff0e75f8b379f4d30d502 (diff) | |
| download | sparse-dev-78e2c1087c408dafb6c5db3a8421fcd385ca40f4.tar.gz | |
build: remove version.h in clean target
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
