diff --git a/Makefile b/Makefile index 3c6036fab..7ea281db8 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,10 @@ backend-%: .develop.env .stack-work.lock # --stack-work-$* --backend-build: .develop.env stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:dev --flag uniworx:-library-only +.PHONY: --backend-lint +--backend-lint: .develop.env + stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint + .PHONY: --backend-test --backend-test: .develop.env stack build --test --coverage --fast --flag uniworx:dev --flag uniworx:library-only