blob: 415a8df30574567da3e62682241180b6fe41f373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# define variables
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
FLAKE8 = @flake8_path@
RUNUTF8 = @runutf8@
PYTHON = @PYTHON3@
GREP = @GREP@
# include syntax-check.mk file
include $(top_srcdir)/build-aux/syntax-check.mk
|