diff options
| author | User Erdgeist <erdgeist@avon.ccc.de> | 2014-02-09 18:32:56 +0000 |
|---|---|---|
| committer | User Erdgeist <erdgeist@avon.ccc.de> | 2014-02-09 18:32:56 +0000 |
| commit | b8257a00a53e08f63c095f2907d8d37180e0d5f8 (patch) | |
| tree | b474f4e408c63d6b28d4ed6cab884d48ca58f1f2 /src | |
| parent | 6b950de8f813c1cd48978387b5bf458165a6f90c (diff) | |
Need to link mathlib
Diffstat (limited to 'src')
| -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} |
