aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/makefile')
-rw-r--r--CPP/7zip/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/7zip/makefile b/CPP/7zip/makefile
new file mode 100644
index 0000000..9d31e6b
--- /dev/null
+++ b/CPP/7zip/makefile
@@ -0,0 +1,10 @@
1DIRS = \
2 UI\~ \
3 Bundles\~ \
4
5all: $(DIRS)
6
7$(DIRS):
8 cd $(@D)
9 $(MAKE) -nologo
10 cd ..