Remove Make configuration

pull/357/head
Taylor Fausak 2021-11-06 21:32:31 +00:00 committed by GitHub
parent 51ca8fd5d7
commit a1cd4c5ed5
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
.PHONY: test
test:
echo "test"
stack test
.PHONY: test-all
test-all:
$(MAKE) test test-8.8.4 test-8.6.5
.PHONY: test-8.8.4
test-8.8.4:
echo "test 8.8.4"
stack test --stack-yaml stack-8.8.4.yaml --work-dir .stack-work-8.8.4
.PHONY: test-8.6.5
test-8.6.5:
echo "test 8.6.5"
stack test --stack-yaml stack-8.6.5.yaml --work-dir .stack-work-8.6.5