Commit 1b7a2c24 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update makefiles too.

parent 983246ef
include $(GOROOT)/src/Make.inc
TARG=hello
GOFILES=hello.go
GOFILES=main.go
DEPS=../../fuse
......
......@@ -2,7 +2,7 @@
include $(GOROOT)/src/Make.inc
TARG=loopback
GOFILES=loopback.go
GOFILES=main.go
DEPS=../../fuse
include $(GOROOT)/src/Make.cmd
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment