summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-04 13:12:13 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-04 13:12:13 -0600
commit6cb0e025b973c60bcaa1506b92087dd963e45d31 (patch)
treee6209fd183ed49d31256dcace666e6961960841d /Makefile
parentf2978da2ca86a9eff1bed2287801e99f131ffd8d (diff)
lib9p: Improve handling of stat object sizes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffa9778..3a260d6 100644
--- a/Makefile
+++ b/Makefile
@@ -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)