aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d1313d..4ac4243 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean:
compile.o: compile.c
$(CC) $(CFLAGS) compile.c
-iclean: compile.o iclean.icl readline
+iclean: compile.o iclean.icl readline ExtraString.*
$(CLM) $(CLMFLAGS) iclean -o iclean
readline: FORCE