aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-02 10:08:33 +0000
committerantirez <antirez>2005-04-02 10:08:33 +0000
commit49e34e447b54aad20aac86b17c38b35ca7b1203a (patch)
tree61046b422b849bac9e49a13da7e165ae13005340 /Makefile
parent69fdf299c3480aac7f22bbe8ec45b0fe5168a9cc (diff)
downloadjimtcl-49e34e447b54aad20aac86b17c38b35ca7b1203a.zip
jimtcl-49e34e447b54aad20aac86b17c38b35ca7b1203a.tar.gz
jimtcl-49e34e447b54aad20aac86b17c38b35ca7b1203a.tar.bz2
Added a very immature start of a Jim standard library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5737a74..a31da4b 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ INSTALL_PROGRAM= $(INSTALL)
INSTALL_DATA= $(INSTALL) -m 644
DESTDIR = /usr/local/bin/
-PROGRAMS = jim
+PROGRAMS = jim jim.exe
JIM_OBJECTS = jim.o jimsh.o
LIBS = -ldl