index
:
cheats.git
Some ancient cheats I don't use anymore.
log msg
author
committer
range
master
summary
refs
log
tree
commit
diff
path:
root
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
6
1 files changed, 5 insertions, 1 deletions
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)