Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Dec 6, 2011
1 parent 4201495 commit dcc7ee0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

include $(GOROOT)/src/Make.inc

TARG=amf
GOFILES=\
amf.go\
encoder.go\
decoder.go\

include $(GOROOT)/src/Make.pkg

0 comments on commit dcc7ee0

Please sign in to comment.