From 323a9d0a62ecd98d2e07132b3354331f85c49689 Mon Sep 17 00:00:00 2001 From: Nick Downing Date: Mon, 13 Nov 2023 22:20:55 +1100 Subject: [PATCH] Update Makefile to make it compile with recent pilex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- 2.34.1