parent
a21737cdd7
commit
d30c2eba03
2 changed files with 22 additions and 12 deletions
@ -0,0 +1,13 @@ |
|||||||
|
#!/usr/bin/python3 -tt |
||||||
|
|
||||||
|
# This file generates all files needed to run |
||||||
|
# Meson. It does the equivalent of "make" in |
||||||
|
# standard build systems. |
||||||
|
|
||||||
|
import os |
||||||
|
import mparser |
||||||
|
|
||||||
|
fullfile = os.path.abspath(__file__) |
||||||
|
fulldir = os.path.dirname(fullfile) |
||||||
|
|
||||||
|
mparser.generate_parser_files(fulldir) |
Loading…
Reference in new issue