summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-20 16:07:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-20 16:07:47 -0600
commite236836a97cea92ec463ce60cd45ca50856ce56d (patch)
treeb7699e2b7306264c571f8feeb753c5920a6e4f0e /Makefile
parent409242d2ee048fa6a5be4d893cce9a58d7fd73cb (diff)
reorganize files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c45e927..68c1598 100644
--- a/Makefile
+++ b/Makefile
@@ -1 +1,7 @@
srv9p: srv9p.o coroutine.o net9p.o
+
+net9p_defs.h net9p_defs.c: net9p_defs.gen net9p_defs.txt
+ ./$<
+
+.NOTINTERMEDIATE:
+.DELETE_ON_ERROR: