From b8257a00a53e08f63c095f2907d8d37180e0d5f8 Mon Sep 17 00:00:00 2001 From: User Erdgeist Date: Sun, 9 Feb 2014 18:32:56 +0000 Subject: Need to link mathlib --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9699e4c..786a962 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ mapcoords: mapcoords.c mystdlib.c @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c convertcoords: convertcoords.c - @$(CC) -o ../bin/convertcoords convertcoords.c + @$(CC) -o ../bin/convertcoords convertcoords.c -lm clean: @rm -f ../bin/{decompress,extractblocks,mapcoords,convertcoords} -- cgit v1.2.3