summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e442367b..60ea586f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,8 @@ working-prog-subdirs := $(filter-out \
$(patsubst %/,%,\
$(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\
$(prog-subdirs))
-DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL
+DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL \
+ README-binary
all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))