Skip to content

Commit

Permalink
Prevent error when run file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Nov 29, 2019
1 parent a4eb4af commit 3f54786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f54786

Please sign in to comment.