Commit 125cfec7 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

make: Add missing dependency

parent a1b80779
Pipeline #95225 passed with stage
in 1 minute and 28 seconds
......@@ -19,7 +19,7 @@ test: typecheck unit
grammars : $(GRMS:%=lib/parser/%Parser.py)
$(GRMS:%=lib/parser/%Parser.py) : lib/parser/%Parser.py : lib/parser/%.g4
$(GRMS:%=lib/parser/%Parser.py) : lib/parser/%Parser.py : lib/parser/%.g4 lib/parser/FA.g4
antlr4 -Dlanguage=Python3 -visitor $<
@# let's be a bit more permissive for versions
sed -i '/self.checkVersion(".*")/d' $(@:%Parser.py=%*.py)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment