diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 | ||
12 | convertcoords: convertcoords.c | 12 | convertcoords: convertcoords.c |
13 | @$(CC) -o ../bin/convertcoords convertcoords.c | 13 | @$(CC) -o ../bin/convertcoords convertcoords.c -lm |
14 | 14 | ||
15 | clean: | 15 | clean: |
16 | @rm -f ../bin/{decompress,extractblocks,mapcoords,convertcoords} | 16 | @rm -f ../bin/{decompress,extractblocks,mapcoords,convertcoords} |