Files
creack.pty/Makefile
Keith Rarick 12319125d6 initial
2011-05-03 14:24:49 -07:00

10 lines
187 B
Makefile

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