summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-02-09 01:05:24 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-02-09 01:05:24 +0100
commita47127758da80cc86936800bfbab021bcedd3912 (patch)
treeac0d44d068078fb4e0820badaeb5db964eb6be72 /src
parent3e44f949211bb259fdf8887c85a62c29a5185bda (diff)
Add rule for convertcoords tool
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
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
9mapcoords: mapcoords.c mystdlib.c 9mapcoords: mapcoords.c mystdlib.c
10 @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c 10 @$(CC) -o ../bin/mapcoords mapcoords.c mystdlib.c
11
12convertcoords: convertcoords.c
13 @$(CC) -o ../bin/convertcoords convertcoords.c