From 6f212340c5ba9ace6f05f721a4ed5b113636a39b Mon Sep 17 00:00:00 2001 From: tj Date: Wed, 18 Nov 2009 21:33:21 +0100 Subject: [PATCH] x64 -> amd64 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc14d41..909fd80 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ clean: clean_$(GOARCH) 8g test.go 8l -o test test.8 -x64: +amd64: 6g $(GOFILES) 6g test.go 6l -o test test.6 @@ -20,7 +20,7 @@ arm: 5g test.go 5l -o test test.5 -clean_x64: +clean_amd64: rm *.6 clean_386: