mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
10 lines
187 B
Makefile
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
|