Skip to content

Commit

Permalink
changes to makefile for latest go release
Browse files Browse the repository at this point in the history
  • Loading branch information
afitz committed Aug 29, 2010
1 parent 04fdcee commit b8450b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc

all: basic panic userdata alloc

Expand Down
2 changes: 1 addition & 1 deletion lua51/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

include $(GOROOT)/src/Make.$(GOARCH)
include $(GOROOT)/src/Make.inc

#ifndef TARG
#TARG=github.com/afitz/golua/lua5.1
Expand Down

0 comments on commit b8450b5

Please sign in to comment.