aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-05 15:49:19 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-05 16:00:14 +0200
commitebd9664313c0a1984fc9a06d0e247e4832212957 (patch)
treebf97f06e739be4e8a5dc1a231f5f513233917698 /Makefile
parent4c019f382762f55e9595b151e186cf360d0605fa (diff)
*.sh -> src
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a38b3c4..ef3ecb6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
test: test-elm test-nix
test-elm: tests/elm.elm
- ./extract-elm.sh tests/elm.elm | \
+ src/extract-elm.sh tests/elm.elm | \
jq .text -r | \
cmp tests/expect
-test-nix: tests/nix.nix
- ./extract-nix.sh tests/nix.nix | \
+test-nix: tests/nix.nix
+ src/extract-nix.sh tests/nix.nix | \
jq .text -r | \
cmp tests/expect