Skip to content

Commit

Permalink
Rename _posix and add symlink to make goinstallable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmigan Casebolt committed Jul 15, 2011
1 parent 7c3df58 commit eca00d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include $(GOROOT)/src/Make.inc
TARG=os/serial

ifeq ($(GOOS),windows)
GOFILES=serial_windows.go
GOFILES=serial_$(GOOS).go
else
CGOFILES=serial_posix.go
CGOFILES=serial_$(GOOS).go
endif

include $(GOROOT)/src/Make.pkg
File renamed without changes.
1 change: 1 addition & 0 deletions serial_linux.go

0 comments on commit eca00d7

Please sign in to comment.