summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: