From 4a9770b8ba9d86db12779f5ae00366bce60a42ad Mon Sep 17 00:00:00 2001 From: Benedict Date: Sat, 19 Mar 2016 13:44:55 +0100 Subject: completed task6 nearly completly just a few characters are still wrong in the key. freqencies analysis has to be made more comprehensive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74ffb3c..4e825ff 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LIB=lib.c CC=gcc -CFLAGS := -g $(CFLAGS) +CFLAGS := -g -Wall $(CFLAGS) all: task1 task2 task4 task5 task6 -- cgit v1.2.3-70-g09d2