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 --- hunt/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'hunt/Makefile') diff --git a/hunt/Makefile b/hunt/Makefile index 28a76a32..e7ac83df 100644 --- a/hunt/Makefile +++ b/hunt/Makefile @@ -1,5 +1,13 @@ # $NetBSD: Makefile,v 1.1 1997/10/04 09:11:14 mrg Exp $ SUBDIR= hunt huntd +TOPTARGETS= all clean install +GAME_PARAM= -DRANDOM -DREFLECT -DMONITOR -DOOZE -DFLY -DVOLCANO -DBOOTS \ + -DOTTO -.include +$(TOPTARGETS): $(SUBDIR) + +$(SUBDIR): + +EXTRADEFS="$(GAME_PARAM) -DINTERNET -DLOG" $(MAKE) -C $@ $(MAKECMDGOALS) + +.PHONY: $(TOPTARGETS) $(SUBDIR) -- cgit v1.2.3-56-ge451