From cb4b8e64c4524110687164945bd7be343fde8239 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Aug 2011 13:00:01 -0600 Subject: [PATCH] modified readme for stack implementation --- stack/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/stack/README.md b/stack/README.md index 2b2bda7..1f74fe6 100755 --- a/stack/README.md +++ b/stack/README.md @@ -23,9 +23,17 @@ The storage strategy may The implementation must pass the following test suite `queue-test.c` - tar xf stack.tar.gz ~/ + tar xf stack.tar.gz -C ~/ cd ~/stack - mkdir build + mkdir -p build cd build cmake ../ + make ./stack-test + +Prep +=== + + rm -rf stack/stack.c + touch stack/stack.c + tar czf stack.tar.gz stack/