mirror of
https://github.com/golang/go
synced 2024-11-26 16:26:49 -07:00
fix build for newbies
R=r OCL=19526 CL=19528
This commit is contained in:
parent
93c8d3c41b
commit
866c08ff20
@ -10,5 +10,5 @@ clean:
|
|||||||
@true
|
@true
|
||||||
|
|
||||||
install: $(TARG)
|
install: $(TARG)
|
||||||
test -f $(BIN)/$(TARG) && chmod u+w $(BIN)/$(TARG)
|
! test -f $(BIN)/$(TARG) || chmod u+w $(BIN)/$(TARG)
|
||||||
cp $(TARG) $(BIN)/$(TARG)
|
cp $(TARG) $(BIN)/$(TARG)
|
||||||
|
Loading…
Reference in New Issue
Block a user