From 6506f16f81a647a3f38d54a81f327cf2b1017cf1 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 7 Aug 2007 12:38:04 +0200 Subject: [PATCH] Moved the old standalone app to testapp.c --- Makefile | 2 +- buffering.c => testapp.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename buffering.c => testapp.c (100%) diff --git a/Makefile b/Makefile index ec7bc59..06078e6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ all: - gcc -Wall -g -o buff_test buffering.c helpers.c + gcc -Wall -g -o buff_test testapp.c helpers.c diff --git a/buffering.c b/testapp.c similarity index 100% rename from buffering.c rename to testapp.c -- 2.11.4.GIT