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 --- ching/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ching/Makefile') diff --git a/ching/Makefile b/ching/Makefile index ab7834fb..68f38c00 100644 --- a/ching/Makefile +++ b/ching/Makefile @@ -1,5 +1,11 @@ # $NetBSD: Makefile,v 1.1 2005/06/30 13:30:33 perry Exp $ SUBDIR= ching castching printching +TOPTARGETS= all clean install -.include +$(TOPTARGETS): $(SUBDIR) + +$(SUBDIR): + $(MAKE) -C $@ $(MAKECMDGOALS) + +.PHONY: $(TOPTARGETS) $(SUBDIR) -- cgit v1.2.3-56-ge451