From: Nicolas Pennequin Date: Tue, 7 Aug 2007 10:38:04 +0000 (+0200) Subject: Moved the old standalone app to testapp.c X-Git-Tag: working_mob_2~4 X-Git-Url: https://repo.or.cz/w/Rockbox-MoB.git/commitdiff_plain/6506f16f81a647a3f38d54a81f327cf2b1017cf1 Moved the old standalone app to testapp.c --- 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