From: Nick Downing Date: Mon, 13 Nov 2023 11:20:55 +0000 (+1100) Subject: Update Makefile to make it compile with recent pilex X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=c_to_python.git Update Makefile to make it compile with recent pilex --- diff --git a/Makefile b/Makefile index ec53008..84a7679 100644 --- 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 $<