aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez>2005-02-27 21:51:27 +0000
committerantirez <antirez>2005-02-27 21:51:27 +0000
commitb22b32a48a7fc5199d7673df9e761ffc903bb20b (patch)
tree507a440a437c353c9e0965a1b6b4e4e3a0e2235a
parentcbe8a55428ef44675b1759e7d372feb144d9e13d (diff)
downloadjimtcl-b22b32a48a7fc5199d7673df9e761ffc903bb20b.zip
jimtcl-b22b32a48a7fc5199d7673df9e761ffc903bb20b.tar.gz
jimtcl-b22b32a48a7fc5199d7673df9e761ffc903bb20b.tar.bz2
make clean now deletes *.dll too
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 918c741..58e13ff 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ win32: jim-win32.dll
extensions: posix
clean:
- rm -f *.o *.so core .depend .*.swp $(PROGRAMS) gmon.out
+ rm -f *.o *.so *.dll core .depend .*.swp gmon.out $(PROGRAMS)
test: jim
./jim test.tcl