Update Makefile to make it compile with recent pilex master
authorNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:20:55 +0000 (22:20 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 13 Nov 2023 11:21:07 +0000 (22:21 +1100)
Makefile

index ec53008..84a7679 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ element.py:
        pitree --install-element
 
 lex_yy.py: ansi_c.l
-       pilex --element --python $<
+       pilex --element --groups --python $<
 
 t_def.py: ansi_c.t
        pitree --python $<