Makefile 237 Bytes
Newer Older
1 2 3 4 5 6 7
# Use "gomake install" to build and install this package.
include $(GOROOT)/src/Make.inc

TARG=github.com/hanwen/go-fuse/examplelib

DEPS=../fuse

8
GOFILES=stackfs.go \
9 10
	zipfs.go \
	multizip.go \
11
	misc.go
12 13 14

include $(GOROOT)/src/Make.pkg