diff --git a/Makefile b/Makefile deleted file mode 100644 index 63a9b81..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=github.com/dchest/uniuri -GOFILES=\ - uniuri.go - -include $(GOROOT)/src/Make.pkg -