Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
125cfec7
Commit
125cfec7
authored
Jun 09, 2021
by
Vladimír Štill
Browse files
make: Add missing dependency
parent
a1b80779
Pipeline
#95225
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
125cfec7
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment