Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
move example to subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrennmair committed Oct 12, 2011
1 parent f48b555 commit 811ec85
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Expand Up @@ -2,11 +2,10 @@ include $(GOROOT)/src/Make.inc


TARG=github.com/akrennmair/go-stfl TARG=github.com/akrennmair/go-stfl
CGOFILES=stfl.go CGOFILES=stfl.go
CLEANFILES+=example


include $(GOROOT)/src/Make.pkg include $(GOROOT)/src/Make.pkg


%: install %.go example:
$(GC) $*.go $(MAKE) -C $@
$(LD) -o $@ $*.$(O)


.PHONY: example
8 changes: 8 additions & 0 deletions example/Makefile
@@ -0,0 +1,8 @@
include $(GOROOT)/src/Make.inc

TARG=example
GOFILES=example.go
#CLEANFILES+=example

include $(GOROOT)/src/Make.cmd

File renamed without changes.
File renamed without changes.

0 comments on commit 811ec85

Please sign in to comment.