diff --git a/Makefile b/Makefile deleted file mode 100644 index 4bf00da..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=conf -GOFILES=\ - conf.go\ - get.go\ - read.go\ - write.go - -include $(GOROOT)/src/Make.pkg