diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 13:12:13 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-04 13:12:13 -0600 |
commit | 6cb0e025b973c60bcaa1506b92087dd963e45d31 (patch) | |
tree | e6209fd183ed49d31256dcace666e6961960841d /Makefile | |
parent | f2978da2ca86a9eff1bed2287801e99f131ffd8d (diff) |
lib9p: Improve handling of stat object sizes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ generate-clean: sources_sh = 3rd-party/linux-errno.txt.gen sources_sh += libusb/include/libusb/tusb_helpers.h.gen -sources_py = lib9p/types.gen +sources_py = lib9p/9p.gen sources_py += lib9p/include/lib9p/linux-errno.h.gen lint: shellcheck $(sources_sh) |