diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-25 16:24:59 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-25 16:24:59 +0200 |
commit | b5cc10cff15797bc9f89724ab53ac7d296fbbc0c (patch) | |
tree | 00f2ecd44cfe1c66149ec9217b60c2c9aaf262a2 /Makefile | |
parent | f7fddeaf9f0453054d4666d8a5b544d4c4cefebd (diff) |
trying ply
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |