diff options
author | 2022-06-22 15:33:40 +0200 | |
---|---|---|
committer | 2022-06-22 15:33:40 +0200 | |
commit | b57857469b3c44b098103cd8ccc42ec18387ac78 (patch) | |
tree | 6ff35dbd8d7f7c01eefe72e68083a1948e724226 /Makefile | |
parent | cd8d902b91b4a166c606e00ea4accbe98c92d8a9 (diff) | |
download | website-b57857469b3c44b098103cd8ccc42ec18387ac78.tar.gz website-b57857469b3c44b098103cd8ccc42ec18387ac78.zip |
Before `install` execute `all` target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CONFIGS != find . -name "*.rhtml.config" | grep -v master | sed 's|\./||g' all: ${OBJECTS} ip.php -install: +install: all mkdir -p ${DEST} find . -name "*.html" -exec tar -rvf out.tar {} \; cp ip.php ${DEST}/ |