From 7c152db22596e7a1186ec8d39aedbb55aebc8087 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 2 Apr 2010 12:37:32 +0000 Subject: [PATCH] --- utils/showbin/Makefile | 6 ++++++ utils/{ => showbin}/showbin.c | 0 2 files changed, 6 insertions(+) create mode 100644 utils/showbin/Makefile rename utils/{ => showbin}/showbin.c (100%) diff --git a/utils/showbin/Makefile b/utils/showbin/Makefile new file mode 100644 index 0000000..143c462 --- /dev/null +++ b/utils/showbin/Makefile @@ -0,0 +1,6 @@ + +all: showbin + +showbin: showbin.c + cc -o showbin showbin.c + diff --git a/utils/showbin.c b/utils/showbin/showbin.c similarity index 100% rename from utils/showbin.c rename to utils/showbin/showbin.c