diff options
Diffstat (limited to 'CPP/7zip/makefile')
| -rw-r--r-- | CPP/7zip/makefile | 10 |
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 @@ | |||
| 1 | DIRS = \ | ||
| 2 | UI\~ \ | ||
| 3 | Bundles\~ \ | ||
| 4 | |||
| 5 | all: $(DIRS) | ||
| 6 | |||
| 7 | $(DIRS): | ||
| 8 | cd $(@D) | ||
| 9 | $(MAKE) -nologo | ||
| 10 | cd .. | ||
