mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 18:21:52 +00:00
9 lines
339 B
Makefile
9 lines
339 B
Makefile
all:
|
|
stack build --local-bin-path dist --copy-bins
|
|
profile:
|
|
stack build --local-bin-path dist --copy-bins --profile
|
|
cabal:
|
|
cabal build
|
|
# this step is specific for m1 devices ie. aarch64-osx
|
|
sudo cp dist-newstyle/build/aarch64-osx/ghc-9.2.5/start9-registry-0.2.1/x/embassy-publish/build/embassy-publish/embassy-publish /usr/local/bin/
|