commit - 4584117646613992902c00956c6c02e504bbcae1
commit + 1de7ce30d87af9b7e85d4393ff5f8106b5e7ff5b
blob - ab9f8e028981ae8b39e96c7b16278cb912c60b83
blob + 0c50872c0b3e3f08b48fe93b8781d3cb676271df
--- regress/gotsysd/build-got.sh
+++ regress/gotsysd/build-got.sh
# on already compiled files might be off. Clean out any build artifacts.
# We cannot run the top-level clean target because some subdirs are missing,
# most notably the regress directory.
-for d in got* git* lib*; do
+for d in got* git* lib* template; do
if [ -d "${d}" ]; then
make -s -C "${d}" clean > /dev/null
fi