diff options
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index dd21016..f75f98d 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -8,3 +8,6 @@ extractblocks: extractblocks_new.c mystdlib.c | |||
| 8 | 8 | ||
| 9 | mapcoords: mapcoords.c mystdlib.c | 9 | mapcoords: mapcoords.c mystdlib.c |
| 10 | @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c | 10 | @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c |
| 11 | |||
| 12 | convertcoords: convertcoords.c | ||
| 13 | @$(CC) -o ../bin/convertcoords convertcoords.c | ||
