clean up error table
authorJohn Kohl <jtkohl@mit.edu>
Thu, 24 May 1990 10:53:14 +0000 (10:53 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 24 May 1990 10:53:14 +0000 (10:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@939 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/Imakefile

index 6f67d561ffe56d5f7266359703688a5c8be61a7e..6faa028ed5c7a58b46a1ceca78270718bbfe0722 100644 (file)
@@ -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),)