Also clean up config.log, pre.out, post.out and Makefile.out
[krb5.git] / src / config / post.in
1 # config/post.in
2 # put all:: first just in case no other rules occur here
3 #
4 all::
5
6 check::
7
8 clean::
9         if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi
10         $(RM) config.log pre.out post.out Makefile.out
11