Prevent error when run file exists

This commit is contained in:
Vitalii Elenhaupt 2019-11-29 21:55:24 +02:00
parent a4eb4afbcc
commit 3f54786ec6
No known key found for this signature in database
GPG Key ID: CD0BF17825928BC0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ bin: build
mkdir -p $(SHARD_BIN)
cp ./bin/ameba $(SHARD_BIN)
run_file:
cp -n ./bin/ameba.cr $(SHARD_BIN)
cp -n ./bin/ameba.cr $(SHARD_BIN) || true
test: build
$(CRYSTAL_BIN) spec
./bin/ameba --all