summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-14 14:01:25 -0400
committerLouie S <louie@example.com>2023-09-14 14:01:25 -0400
commitd4bd46635fe9a74bf35812ee5b635af177e74cfc (patch)
treeb8ab0d4d303b4c273b1ad845762f086c0a9540e4 /Makefile
parent1e6a7a7da4e6cae9986b6f8cbb2558df4de8ea42 (diff)
Create packaging for info reader
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