Slide 12
Slide 12 text
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. 12
Makefile だった頃
6g, 6l, 6c, 6a を make で叩くようにする便利スクリプトを配布
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.inc
TARG=hello
GOFILES=\
hello.go\
hola.go\
include $(GOROOT)/src/Make.pkg