summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1ac14b..05363ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,13 @@
-all: texinfo
+all: texinfo info-reader
texinfo:
$(MAKE) -f texinfo-Makefile
+info-reader:
+ $(MAKE) -f info-reader-Makefile
+
.PHONY: clean
clean:
$(MAKE) clean -f texinfo-Makefile
+ $(MAKE) clean -f info-reader-Makefile