summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/edit/Imakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile
index 6f67d561f..6faa028ed 100644
--- a/src/admin/edit/Imakefile
+++ b/src/admin/edit/Imakefile
@@ -10,4 +10,7 @@ CmdTableObjectRule()
# needed until we run makedepend
kdb5_ed_ct.o: kdb5_ed_ct.c
+clean::
+ $(RM) kdb5_ed_ct.c
+
NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)