diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 23a33b8..20760d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,3 +26,7 @@ pkgconfig_DATA = xtst.pc EXTRA_DIST = xtst.pc.in autogen.sh +if LINT +lint: + (cd src && $(MAKE) $(MFLAGS) lint) +endif LINT |