1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00

fix build for newbies

R=r
OCL=19526
CL=19528
This commit is contained in:
Russ Cox 2008-11-18 17:22:31 -08:00
parent 93c8d3c41b
commit 866c08ff20

View File

@ -10,5 +10,5 @@ clean:
@true
install: $(TARG)
test -f $(BIN)/$(TARG) && chmod u+w $(BIN)/$(TARG)
! test -f $(BIN)/$(TARG) || chmod u+w $(BIN)/$(TARG)
cp $(TARG) $(BIN)/$(TARG)