Commit 5e4c1b67 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix example Makefile.

parent f6e2ba95
......@@ -3,15 +3,15 @@ include $(GOROOT)/src/Make.inc
all: loopback multizip
# Start c&p make.cmd
# Start c&p make.cmd
%: %._.$O
$(LD) -o $@ _go_.$O
$(LD) -o $@ $<
%._.$O: %.go $(PREREQ)
$(GC) -o $@ $<
$(GC) -o $@ $<
# end c&p
DEPS=../examplelib
DEPS=../examplelib ../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