Commit f87fb88d authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Move all binaries into the example/ directory.

parent ae52ec88
# Use "gomake install" to build and install this package.
include $(GOROOT)/src/Make.inc
TARG=main
GOFILES=main.go
all: loopback multizip
# Start c&p make.cmd
%: %._.$O
$(LD) -o $@ _go_.$O
%._.$O: %.go $(PREREQ)
$(GC) -o $@ $<
# end c&p
DEPS=../examplelib
include $(GOROOT)/src/Make.cmd
......
# Use "gomake install" to build and install this package.
include $(GOROOT)/src/Make.inc
TARG=zipfs
GOFILES=multizip.go
DEPS=../examplelib
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