github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/osext/winsvc/winapi/Makefile (about) 1 # Copyright 2012 The Go Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style 3 # license that can be found in the LICENSE file. 4 5 GOOS=windows 6 7 zwinapi.go: event.go eventlog.go registry.go security.go service.go syscall.go 8 $(GOROOT)/src/pkg/syscall/mksyscall_windows.pl $^ \ 9 | gofmt \ 10 > $@