aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-29 22:56:51 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-29 22:57:06 +0000
commit6c569b8b68e3bd95e5658fafba7ce49c3cf3d585 (patch)
tree6fc0168a79b11b11ba76cb4ebcba47140edb2a69 /.github
parentmakefile_escaping: fix inclusions in other variables (diff)
downloadblog-6c569b8b68e3bd95e5658fafba7ce49c3cf3d585.tar.gz
blog-6c569b8b68e3bd95e5658fafba7ce49c3cf3d585.zip
makefile_escaping: rename *.mk files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile-escaping.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml
index ca26e60..ffce441 100644
--- a/.github/workflows/makefile-escaping.yml
+++ b/.github/workflows/makefile-escaping.yml
@@ -40,7 +40,7 @@ jobs:
run: |
cd makefile_escaping
cp prologue.mk Makefile
- cat quotes.mk >> Makefile
+ cat escaping_quotes.mk >> Makefile
- name: make test
run: |
cd makefile_escaping
@@ -63,7 +63,7 @@ jobs:
run: |
cd makefile_escaping
cp prologue.mk Makefile
- cat shell.mk >> Makefile
+ cat escaping_shell.mk >> Makefile
- name: make test
run: |
cd makefile_escaping
@@ -102,7 +102,7 @@ jobs:
run: |
cd makefile_escaping
cp prologue.mk Makefile
- cat env_vars.mk >> Makefile
+ cat escaping_env_vars.mk >> Makefile
- name: make test
run: |
cd makefile_escaping