diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-05 21:48:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-05 21:48:15 +0000 |
commit | 8940277b64f2b95532a58bb7265d2ce4a29cc880 (patch) | |
tree | fdda66b6032d98475528f2fca4075050147f24bf /src/Makefile | |
parent | cb3d599ae78a8071a82248763aa245a897b2cda6 (diff) |
on distclean remove configure-leftovers (but keep configure)
svn path=/trunk/externals/zexy/; revision=4148
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9d22fab..200ec2f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -62,6 +62,7 @@ distclean: realclean -rm -f Make.config zexyconf.h ../*.$(EXT) -rm -f zexy.exp zexy.lib zexy.ncb \ zexy.opt zexy.plg + -rm -rf autom4te.cache/ install: install-bin install-doc install-abs |