From b5cc10cff15797bc9f89724ab53ac7d296fbbc0c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 25 Aug 2023 16:24:59 +0200 Subject: trying ply --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58f4163..1c63b58 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,11 @@ build: grammar.y lex.l ast.h ast.c bison \ -o build/grammar.tab.c \ -d grammar.y \ + -t \ #-Wcounterexamples flex \ -o build/lex.yy.c \ + -d \ lex.l gcc \ -o build/henshin \ -- cgit v1.2.3