x64 -> amd64
This commit is contained in:
parent
1bcc03ce9a
commit
6f212340c5
4
Makefile
4
Makefile
@ -10,7 +10,7 @@ clean: clean_$(GOARCH)
|
|||||||
8g test.go
|
8g test.go
|
||||||
8l -o test test.8
|
8l -o test test.8
|
||||||
|
|
||||||
x64:
|
amd64:
|
||||||
6g $(GOFILES)
|
6g $(GOFILES)
|
||||||
6g test.go
|
6g test.go
|
||||||
6l -o test test.6
|
6l -o test test.6
|
||||||
@ -20,7 +20,7 @@ arm:
|
|||||||
5g test.go
|
5g test.go
|
||||||
5l -o test test.5
|
5l -o test test.5
|
||||||
|
|
||||||
clean_x64:
|
clean_amd64:
|
||||||
rm *.6
|
rm *.6
|
||||||
|
|
||||||
clean_386:
|
clean_386:
|
||||||
|
Loading…
Reference in New Issue
Block a user