build(Makefile): remove explicit uniworx.cabal dependency [skip ci]

This commit is contained in:
Sarah Vaupel 2025-01-24 00:20:01 +01:00
parent 325f07feca
commit 24046ef0fc

View File

@ -280,7 +280,7 @@ endif
--compile-backend:
stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins
# HELP(dependencies-backend): (re-)build backend dependencies
--dependencies-backend: uniworx.cabal
--dependencies-backend: #uniworx.cabal
stack build -j1 --only-dependencies
# HELP(lint-backend): lint backend
--lint-backend:
@ -288,8 +288,8 @@ endif
# HELP(test-backend): test backend
--test-backend:
stack build $(STACK_CORES) --test --coverage --fast --flag uniworx:library-only $(--DEVELOPMENT)
uniworx.cabal:
stack exec -- hpack --force
# uniworx.cabal:
# stack exec -- hpack --force
# HELP(compile-frontend): compile frontend assets
--compile-frontend: node_modules assets esbuild.config.mjs frontend/src/env.sass