Imported Upstream version 0.1
[debian/configureit.git] / Makefile
1 include $(GOROOT)/src/Make.inc
2
3 TARG=github.com/kuroneko/configureit
4
5 GOFILES=\
6         configureit.go\
7         string.go\
8         int.go\
9         user.go\
10         pathlist.go\
11
12
13 include $(GOROOT)/src/Make.pkg