don't complain if .link file doesn't exist
This commit is contained in:
parent
54a2a0f26d
commit
c6acfbb916
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ $(DIR_BUILD):
|
||||||
mkdir -p $@/
|
mkdir -p $@/
|
||||||
|
|
||||||
compile: $(DIR_BUILD)/$(BIN)
|
compile: $(DIR_BUILD)/$(BIN)
|
||||||
rm ./$(DIR_BUILD)/$(BIN).link
|
rm -f ./$(DIR_BUILD)/$(BIN).link
|
||||||
@ls -sh $(DIR_BUILD)/$(BIN)
|
@ls -sh $(DIR_BUILD)/$(BIN)
|
||||||
@echo "Finished compiling a static binary in $(DIR_BUILD)/$(BIN)!"
|
@echo "Finished compiling a static binary in $(DIR_BUILD)/$(BIN)!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue