aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-xscripts/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index e1bc399a..efa70904 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -220,7 +220,7 @@ then
echo -n "generated/tags.h "
sed -n '/TAGGED_ARRAY(/,/^)/{s/.*TAGGED_ARRAY[(]\([^,]*\),/\1/;p}' \
- toys/*/*.c | generated/mktags > generated/tags.h
+ toys/*/*.c lib/*.c | generated/mktags > generated/tags.h
fi
echo "generated/help.h"