cleaned all Makefiles :)

This commit is contained in:
Radu Ioan Fericean
2012-01-27 17:08:23 +02:00
parent a77a544852
commit 547f6c46f9
3 changed files with 0 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG=kyoto_loader
GOFILES=kyoto_loader.go
include $(GOROOT)/src/Make.cmd

View File

@@ -1,6 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG=redis_loader
GOFILES=redis_loader.go
include $(GOROOT)/src/Make.cmd

View File

@@ -1,6 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG=test
GOFILES=test.go
include $(GOROOT)/src/Make.cmd