Skip to content

Commit

Permalink
Fixed back to make gotest work. eek.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ratnikov committed Apr 12, 2011
1 parent d4c4f81 commit 7b3237b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,10 +1,10 @@
include $(GOROOT)/src/Make.inc

TARG=xmpp
GOFILES=auth connection events util test_util
GOFILES=auth.go connection.go events.go util.go test_util.go

_xmpp_:
6g -o _xmpp_.6 $(addsuffix .go,$(GOFILES))
6g -o _xmpp_.6 $(GOFILES)

_obj:
mkdir _obj
Expand Down

0 comments on commit 7b3237b

Please sign in to comment.