From c983d730a69d895249f42854c082aa7f39b43155 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 29 Oct 2015 12:26:28 -0400 Subject: [PATCH] [SCons] Remove 'include/cantera/ext' when running 'scons clean' --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index ca1a67839..dc1d210b5 100644 --- a/SConstruct +++ b/SConstruct @@ -60,6 +60,7 @@ if 'clean' in COMMAND_LINE_TARGETS: removeDirectory('.sconf_temp') removeFile('.sconsign.dblite') removeFile('include/cantera/base/config.h') + removeDirectory('include/cantera/ext') removeFile('ext/f2c_libs/arith.h') removeFile('interfaces/cython/cantera/_cantera.cpp') removeFile('interfaces/cython/setup2.py')