summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2015-06-02 19:44:40 +0200
committerDirk Engling <erdgeist@erdgeist.org>2015-06-02 19:44:40 +0200
commitcd57e6da895a1d64f17cf0cf5ab87f8cc78bd765 (patch)
treebbffbd01ee8d886d17da97efe4d2949b875fb0c1 /Makefile
parentf784fc3b3356109aecd7b44486513f7f5a2dcce9 (diff)
parent9b783b53ee8543f7922b3adc496a04e9486983c6 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 500c0ad..c2d04d4 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ bin/map_coords: src/export/map_coords.c src/export/mystdlib.c
25 $(CC) $(CFLAGS) -o $@ src/export/map_coords.c src/export/mystdlib.c 25 $(CC) $(CFLAGS) -o $@ src/export/map_coords.c src/export/mystdlib.c
26 26
27bin/convert_coords: src/export/convert_coords.c 27bin/convert_coords: src/export/convert_coords.c
28 $(CC) $(CFLAGS) -o $@ -lm src/export/convert_coords.c 28 $(CC) $(CFLAGS) -o $@ src/export/convert_coords.c -lm
29 29
30bin/join: src/postprocess/join.c src/export/mystdlib.c 30bin/join: src/postprocess/join.c src/export/mystdlib.c
31 $(CC) $(CFLAGS) -o $@ src/postprocess/join.c src/export/mystdlib.c -Isrc/export 31 $(CC) $(CFLAGS) -o $@ src/postprocess/join.c src/export/mystdlib.c -Isrc/export