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

Update makefiles too.

parent 983246ef
include $(GOROOT)/src/Make.inc include $(GOROOT)/src/Make.inc
TARG=hello TARG=hello
GOFILES=hello.go GOFILES=main.go
DEPS=../../fuse DEPS=../../fuse
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
include $(GOROOT)/src/Make.inc include $(GOROOT)/src/Make.inc
TARG=loopback TARG=loopback
GOFILES=loopback.go GOFILES=main.go
DEPS=../../fuse DEPS=../../fuse
include $(GOROOT)/src/Make.cmd 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