From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- countmail/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'countmail') diff --git a/countmail/Makefile b/countmail/Makefile index cf254c43..80a9d9b9 100644 --- a/countmail/Makefile +++ b/countmail/Makefile @@ -4,4 +4,10 @@ SCRIPTS= countmail SCRIPTSDIR= /usr/games MAN= countmail.6 -.include +all: + +install: $(PROG) $(MAN) $(SCRIPTS) + $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(SCRIPTS) + $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN) + +.PHONY: all install clean -- cgit v1.2.3-56-ge451