diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make.sh | 2 |
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" |