diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 21:24:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 21:24:57 +0200 |
commit | f825f27654988e107272c3a408ac5934f7731e34 (patch) | |
tree | 23abc2c14230a7038a603c7f55cea35f79cada18 /Makefile.am | |
parent | fb70ff1a3441d1076ba9eafe61d94b81190dda44 (diff) | |
download | mpd-f825f27654988e107272c3a408ac5934f7731e34.tar.gz mpd-f825f27654988e107272c3a408ac5934f7731e34.tar.xz mpd-f825f27654988e107272c3a408ac5934f7731e34.zip |
Makefile: added "sparse-check" target
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 77720dd1a..363742884 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ doc_DATA = \ EXTRA_DIST = \ $(doc_DATA) +sparse-check: + $(MAKE) -C src $@ # # lyrics plugins |