Skip to content

Commit cf9d4f9

Browse files
committed
Disable autogeneration
1 parent 62d079c commit cf9d4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dir='$(top_srcdir)/src/include'
2828
endif
2929

3030
# uncomment this if you need autogeneration
31-
serialize.c deserialize.c: gen_parser.py nodes.h serialize.mako deserialize.mako
32-
python gen_parser.py nodes.h $(dir)
31+
#serialize.c deserialize.c: gen_parser.py nodes.h serialize.mako deserialize.mako
32+
# python gen_parser.py nodes.h $(dir)

0 commit comments

Comments
 (0)