mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Utilize shards' executables
There's no need for copying the executables manually (which happens in both makefile targets `bin` and `run_file`). Shards' `executables` takes care of that. The makefile targets could potentially be dropped as well, I don't think there would be other uses case for those.
This commit is contained in:
parent
5cff76071a
commit
eacb9308a7
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@ targets:
|
|||
|
||||
scripts:
|
||||
# TODO: remove pre-compiled executable in future releases
|
||||
postinstall: make bin && make run_file
|
||||
postinstall: make build
|
||||
|
||||
executables:
|
||||
- ameba
|
||||
- ameba.cr
|
||||
|
||||
crystal: "~> 1.7.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue