From: John Kohl Date: Thu, 17 May 1990 13:44:16 +0000 (+0000) Subject: add 'clean' targets X-Git-Tag: krb5-1.0-alpha2~531 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26778597681c4cde3b0f1861515a90a213e0079b;p=krb5.git add 'clean' targets git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@874 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index eb00a5ef1..2f9caaf4d 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -20,3 +20,5 @@ KRB5-types.c: KRB5-types.py KRB5-types.py: KRB5-asn.py $(POSY) $(POFLAGS) -o $@ KRB5-asn.py +clean:: + $(RM) KRB5-types.c KRB5.ph KRB5-types.py KRB5-types.h