From 880ae6805bf7b58e2cf18426c6fbef4013075fd8 Mon Sep 17 00:00:00 2001 From: David Brunton Date: Sat, 14 Jan 2012 09:14:55 -0500 Subject: [PATCH] renamed hu-command to hush, removed Makefile, manually verified that it puts a "hush" binary in my $GOROOT/bin/ directory. --- hu-command/Makefile | 7 ------- {hu-command => hush}/fib.scm | 0 hu-command/hu.go => hush/hush.go | 0 3 files changed, 7 deletions(-) delete mode 100644 hu-command/Makefile rename {hu-command => hush}/fib.scm (100%) rename hu-command/hu.go => hush/hush.go (100%) diff --git a/hu-command/Makefile b/hu-command/Makefile deleted file mode 100644 index 0c75df9..0000000 --- a/hu-command/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=hu -GOFILES=\ - hu.go\ - -include $(GOROOT)/src/Make.cmd diff --git a/hu-command/fib.scm b/hush/fib.scm similarity index 100% rename from hu-command/fib.scm rename to hush/fib.scm diff --git a/hu-command/hu.go b/hush/hush.go similarity index 100% rename from hu-command/hu.go rename to hush/hush.go