From 00504483c567fd067bc757ed994f408d30dcd5ce Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Wed, 10 May 2017 14:00:56 -0400 Subject: [PATCH] Delete INSTRUCTIONS.txt --- INSTRUCTIONS.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 INSTRUCTIONS.txt diff --git a/INSTRUCTIONS.txt b/INSTRUCTIONS.txt deleted file mode 100644 index c656346..0000000 --- a/INSTRUCTIONS.txt +++ /dev/null @@ -1,12 +0,0 @@ -To compile this under Linux: - -gcc -o platy_gnu buffer.c buffer.h platy_bt.c -Wall -ansi -pedantic - -To use: -./platy_gnu ass1.pls [f|a|m] - -f: fixed increment mode -a: additive increment mode -m: multiplicative mode - -NOTE: Change buffer.h to use malloc.h instead of mm_maloc.h if running on anything that isn't macOS \ No newline at end of file