From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcf5c1a..72ab86c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ -SUBDIRS := aoe2hd csgo_radar csgo_wh libghack h1z1 +SUBDIRS := aoe2hd csgo_radar csgo_wh h1z1 all: $(SUBDIRS) + $(SUBDIRS): $(MAKE) -C $@ +clean: + for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir clean; done + .PHONY: all $(SUBDIRS) -- cgit v1.2.3