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 --- wargames/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wargames') diff --git a/wargames/Makefile b/wargames/Makefile index 47b625a1..df1a97d6 100644 --- a/wargames/Makefile +++ b/wargames/Makefile @@ -4,4 +4,10 @@ SCRIPTS=wargames.sh MAN= wargames.6 -.include +all: + +install: $(MAN) $(SCRIPTS) + $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(basename $(SCRIPTS)) + $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN) + +.PHONY: all install clean -- cgit v1.2.3-56-ge451