Makefile: Remove run_file target

This commit is contained in:
Johannes Müller 2023-07-15 22:47:14 +02:00
parent 15ce5437d1
commit efa9c9dba0
No known key found for this signature in database
GPG key ID: F0F349637AC5087A

View file

@ -30,9 +30,5 @@ bin: build
mkdir -p $(SHARD_BIN)
cp ./bin/ameba $(SHARD_BIN)
.PHONY: run_file
run_file:
cp -n ./bin/ameba.cr $(SHARD_BIN) || true
.PHONY: test
test: spec lint