summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-03 12:50:36 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-03 12:50:36 -0600
commitf401359d87f3375efdd39801652cc18574240049 (patch)
tree41b87fa415c356eb4e66fe545a89c254cf4c3cc3 /Makefile
parent4d451f90eba193a4ca2848c4ac7acccda96ed008 (diff)
lib9p: Rename the generated files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 39f85ff..ffa9778 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ generate/files += lib9p/include/lib9p/linux-errno.h
lib9p/include/lib9p/linux-errno.h: %: %.gen 3rd-party/linux-errno.txt
./$^ >$@
-generate/files += lib9p/types.c lib9p/include/lib9p/_types.h
-lib9p/types.c lib9p/include/lib9p/_types.h &: lib9p/types.gen lib9p/9P2000.txt lib9p/9P2000.u.txt lib9p/9P2000.e.txt
+generate/files += lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h
+lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h &: lib9p/9p.gen lib9p/9P2000.txt lib9p/9P2000.u.txt lib9p/9P2000.e.txt
./$^
generate/files += libusb/include/libusb/tusb_helpers.h 3rd-party/MS-LCID.pdf 3rd-party/MS-LCID.txt