Codebase list golang-pty / 02033fc
remove obsolete makefile Keith Rarick 11 years ago
1 changed file(s) with 0 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
+0
-9
Makefile less more
0 GOROOT ?= $(shell printf 't:;@echo $$(GOROOT)\n' | gomake -f -)
1 include $(GOROOT)/src/Make.inc
2
3 TARG=github.com/kr/pty
4 GOFILES=\
5 pty_$(GOOS).go\
6 run.go\
7
8 include $(GOROOT)/src/Make.pkg