aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-07 16:03:29 +0000
committerantirez <antirez>2005-03-07 16:03:29 +0000
commite35f47e4adf9ff34ebbf15b29f2cd4c5f88dcf72 (patch)
tree2e0b5dc64a62bb0f79549dab6b1134a283f48f0d /Makefile
parente6cc7925e3e08e8190a8d503c2675ebdced1bbce (diff)
downloadjimtcl-e35f47e4adf9ff34ebbf15b29f2cd4c5f88dcf72.zip
jimtcl-e35f47e4adf9ff34ebbf15b29f2cd4c5f88dcf72.tar.gz
jimtcl-e35f47e4adf9ff34ebbf15b29f2cd4c5f88dcf72.tar.bz2
[lsort] command and list sorting low-level functions (Pat Thoyts).
Speedup for floating point math (me).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b61b60f..252fb76 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ stopit:
all: $(DEFAULT_BUILD)
profile:
- @$(MAKE) jim PROFILE=-p
+ @$(MAKE) clean jim PROFILE=-p
.c.o:
$(CC) -I. $(CFLAGS) $(DEFS) -c $< -o $@