From f9a4021937a6c1d57c28e7cec161abc705b47006 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 13 Jun 2024 02:55:36 +0200 Subject: [PATCH] chore(Makefile): remove debris --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index d2b5b762f..5f7fc6f0a 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,6 @@ backend-%: # .stack-work.lock # --stack-work-$* --backend-build: stack build --fast --profile --library-profiling --executable-profiling $(dev) --flag uniworx:-library-only -#.PHONY: --backend-start -#--backend-start: .develop.env -# ./start.sh - .PHONY: --backend-lint --backend-lint: stack build --test --fast $(dev) --flag uniworx:library-only uniworx:test:hlint