Makefile 190 Bytes
Newer Older
Ivan Krasin's avatar
Ivan Krasin committed
1 2 3 4 5 6 7 8 9 10
# Use "gomake install" to build and install this package.
include $(GOROOT)/src/Make.$(GOARCH)

TARG=github.com/krasin/go-fuse-zip/fuse

GOFILES=\
	fuse.go\

include $(GOROOT)/src/Make.pkg