From f7fddeaf9f0453054d4666d8a5b544d4c4cefebd Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 6 Dec 2022 22:28:48 +0100 Subject: Fix token typing and work towards ast generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f87383..58f4163 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -build: grammar.y lex.l +build: grammar.y lex.l ast.h ast.c bison \ -o build/grammar.tab.c \ -d grammar.y \ -- cgit v1.2.3