we will yolo the build
This commit is contained in:
parent
7fa5af6694
commit
9e24d19593
2
Makefile
2
Makefile
|
@ -127,7 +127,7 @@ STAMPS = $(foreach outbin,$(OUTBINS),.go/$(outbin).stamp)
|
||||||
$(STAMPS): go-build
|
$(STAMPS): go-build
|
||||||
@echo "binary: $(OUTBIN)"
|
@echo "binary: $(OUTBIN)"
|
||||||
@if ! cmp -s .go/$(OUTBIN) $(OUTBIN); then \
|
@if ! cmp -s .go/$(OUTBIN) $(OUTBIN); then \
|
||||||
mv .go/$(OUTBIN) $(OUTBIN); \
|
mv -f .go/$(OUTBIN) $(OUTBIN); \
|
||||||
date >$@; \
|
date >$@; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user