diff options
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile new file mode 100644 index 0000000..0d12cfc --- /dev/null +++ b/example/Makefile @@ -0,0 +1,6 @@ +include $(GOROOT)/src/Make.inc + +TARG = main +GOFILES = main.go + +include $(GOROOT)/src/Make.cmd |
