diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-09 01:05:24 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-09 01:05:24 +0100 |
commit | a47127758da80cc86936800bfbab021bcedd3912 (patch) | |
tree | ac0d44d068078fb4e0820badaeb5db964eb6be72 /src/Makefile | |
parent | 3e44f949211bb259fdf8887c85a62c29a5185bda (diff) |
Add rule for convertcoords tool
Diffstat (limited to 'src/Makefile')
-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 | ||