mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Makefile: Remove run_file
target
This commit is contained in:
parent
15ce5437d1
commit
efa9c9dba0
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -30,9 +30,5 @@ bin: build
|
||||||
mkdir -p $(SHARD_BIN)
|
mkdir -p $(SHARD_BIN)
|
||||||
cp ./bin/ameba $(SHARD_BIN)
|
cp ./bin/ameba $(SHARD_BIN)
|
||||||
|
|
||||||
.PHONY: run_file
|
|
||||||
run_file:
|
|
||||||
cp -n ./bin/ameba.cr $(SHARD_BIN) || true
|
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: spec lint
|
test: spec lint
|
||||||
|
|
Loading…
Reference in a new issue