mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Remove --release flag
fixes #31 It is still possible to do: ``` $ CRFLAGS=--release make bin ```
This commit is contained in:
parent
51fa9f024b
commit
c5729b1e9b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ PREFIX ?= /usr/local
|
||||||
SHARD_BIN ?= ../../bin
|
SHARD_BIN ?= ../../bin
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(CRYSTAL_BIN) build --release --no-debug -o bin/ameba src/cli.cr $(CRFLAGS)
|
$(CRYSTAL_BIN) build --no-debug -o bin/ameba src/cli.cr $(CRFLAGS)
|
||||||
clean:
|
clean:
|
||||||
rm -f ./bin/ameba
|
rm -f ./bin/ameba
|
||||||
install: build
|
install: build
|
||||||
|
|
Loading…
Reference in a new issue