Skip to content

Commit 47ffcd5

Browse files
committed
Force overwirte the development binary in release mode.
1 parent 588ca58 commit 47ffcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ documentation:
4545
development-release:
4646
docker-compose run --rm app \
4747
crystal build src/mint.cr -o mint-dev --static --no-debug --release
48-
mv ./mint-dev ~/.bin/
48+
mv ./mint-dev ~/.bin/ -f
4949

5050
src/assets/runtime.js: \
5151
$(shell find runtime/src -type f) \

0 commit comments

Comments
 (0)