diff --git a/connection/Makefile b/connection/Makefile index 00f1e55a..437bd1a6 100644 --- a/connection/Makefile +++ b/connection/Makefile @@ -1,13 +1,10 @@ -all : test testmap +all : test test : connection.c test.c gcc -g -Wall -o $@ $^ -testmap : testmap.c map.c - gcc -g -Wall -o $@ $^ - clean : - rm test testmap + rm test \ No newline at end of file diff --git a/connection/testmap.c b/connection/testmap.c deleted file mode 100644 index cd4f4b9e..00000000 --- a/connection/testmap.c +++ /dev/null @@ -1,52 +0,0 @@ -#include "map.h" - -#include -#include -#include - -#define MAX 2000 - -static void -test(struct map *m) { - int a[MAX * 2]; - int i; - int s = 0; - for (i=0;i