From 6c569b8b68e3bd95e5658fafba7ce49c3cf3d585 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 29 May 2020 22:56:51 +0000 Subject: makefile_escaping: rename *.mk files --- .github/workflows/makefile-escaping.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/makefile-escaping.yml') 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 -- cgit v1.2.3