we will yolo the build

This commit is contained in:
Emil Lerch 2021-01-04 16:03:51 -08:00
parent 7fa5af6694
commit 9e24d19593
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -127,7 +127,7 @@ STAMPS = $(foreach outbin,$(OUTBINS),.go/$(outbin).stamp)
$(STAMPS): go-build
@echo "binary: $(OUTBIN)"
@if ! cmp -s .go/$(OUTBIN) $(OUTBIN); then \
mv .go/$(OUTBIN) $(OUTBIN); \
mv -f .go/$(OUTBIN) $(OUTBIN); \
date >$@; \
fi