summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUser Erdgeist <erdgeist@avon.ccc.de>2014-02-09 18:32:56 +0000
committerUser Erdgeist <erdgeist@avon.ccc.de>2014-02-09 18:32:56 +0000
commitb8257a00a53e08f63c095f2907d8d37180e0d5f8 (patch)
treeb474f4e408c63d6b28d4ed6cab884d48ca58f1f2 /src
parent6b950de8f813c1cd48978387b5bf458165a6f90c (diff)
Need to link mathlib
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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
10 @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c 10 @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c
11 11
12convertcoords: convertcoords.c 12convertcoords: convertcoords.c
13 @$(CC) -o ../bin/convertcoords convertcoords.c 13 @$(CC) -o ../bin/convertcoords convertcoords.c -lm
14 14
15clean: 15clean:
16 @rm -f ../bin/{decompress,extractblocks,mapcoords,convertcoords} 16 @rm -f ../bin/{decompress,extractblocks,mapcoords,convertcoords}