diff options
author | Steve Bennett <steveb@workware.net.au> | 2014-01-17 10:40:05 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2014-01-17 10:40:05 +1000 |
commit | 51834bdfe1da9e3a2713ffce46512fbe4e00b859 (patch) | |
tree | b180bd8ac2e501e7d95c917c6335a689d85d4368 | |
parent | 60f7e37beac68e73b1208eb23d31c120ceec3d64 (diff) | |
download | jimtcl-51834bdfe1da9e3a2713ffce46512fbe4e00b859.zip jimtcl-51834bdfe1da9e3a2713ffce46512fbe4e00b859.tar.gz jimtcl-51834bdfe1da9e3a2713ffce46512fbe4e00b859.tar.bz2 |
build: remove shared libjim on clean
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0d98c3a..d669646 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,7 +196,7 @@ Tcl.html: jim_tcl.txt @tclsh@ @srcdir@/make-index $> $^ | asciidoc -o $@ -d manpage - || cp @srcdir@/Tcl_shipped.html Tcl.html clean: - rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) Tcl.html _*.c + rm -f *.o *.so *.dll *.exe lib*.a $(JIMSH) $(LIBJIM) Tcl.html _*.c distclean: clean rm -f jimautoconf.h jim-config.h Makefile config.log autosetup/jimsh0@EXEEXT@ build-jim-ext |