mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
* wip * finishes initial refactor * prune unused code * finished massive refactor * remove commented deps * fix import * fix bug
5 lines
118 B
Makefile
5 lines
118 B
Makefile
all:
|
|
stack build --local-bin-path dist --copy-bins
|
|
profile:
|
|
stack build --local-bin-path dist --copy-bins --profile
|