diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 16:45:22 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-11 16:45:22 (GMT) |
commit | c8ce882d671efd2d574747efe752090a6a8d7120 (patch) | |
tree | 8cba98c12cac5cf90fee2db28f680c04022672de /make.include | |
parent | 04835e550d2b27aa4d53eb42579421ecd7f08296 (diff) | |
download | blt-c8ce882d671efd2d574747efe752090a6a8d7120.zip blt-c8ce882d671efd2d574747efe752090a6a8d7120.tar.gz blt-c8ce882d671efd2d574747efe752090a6a8d7120.tar.bz2 |
cleanup ast
Diffstat (limited to 'make.include')
-rw-r--r-- | make.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make.include b/make.include index e310aa3..c20a3b8 100644 --- a/make.include +++ b/make.include @@ -519,6 +519,7 @@ tksaodistclean : astdistclean : $(MAKE) -C ast distclean + rm -rf ast/autom4te.cache funtoolsdistclean : $(MAKE) -C funtools distclean |