mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix Makefile to avoid rebuild if bin/ameba exists
This commit is contained in:
parent
dbac46b68a
commit
1cbee0686d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -3,7 +3,8 @@ SHARDS_BIN ?= $(shell which shards)
|
|||
PREFIX ?= /usr/local
|
||||
SHARD_BIN ?= ../../bin
|
||||
|
||||
build:
|
||||
build: bin/ameba
|
||||
bin/ameba:
|
||||
$(SHARDS_BIN) build $(CRFLAGS)
|
||||
clean:
|
||||
rm -f ./bin/ameba ./bin/ameba.dwarf
|
||||
|
|
Loading…
Reference in a new issue