aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b8469f3b..b0b2f4fc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,10 @@ doc_DATA = \
EXTRA_DIST = \
$(doc_DATA)
+# build the smalles possible ncmpc binary
+ncmpc-tiny:
+ $(MAKE) -C src $@
+
sparse-check:
$(MAKE) -C src $@