diff --git a/Makefile b/Makefile deleted file mode 100644 index 139ac85..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -GOROOT ?= $(shell printf 't:;@echo $$(GOROOT)\n' | gomake -f -) -include $(GOROOT)/src/Make.inc - -TARG=github.com/kr/pty -GOFILES=\ - pty_$(GOOS).go\ - run.go\ - -include $(GOROOT)/src/Make.pkg