diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2015-06-02 19:44:40 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2015-06-02 19:44:40 +0200 |
| commit | cd57e6da895a1d64f17cf0cf5ab87f8cc78bd765 (patch) | |
| tree | bbffbd01ee8d886d17da97efe4d2949b875fb0c1 /Makefile | |
| parent | f784fc3b3356109aecd7b44486513f7f5a2dcce9 (diff) | |
| parent | 9b783b53ee8543f7922b3adc496a04e9486983c6 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 27 | bin/convert_coords: src/export/convert_coords.c | 27 | bin/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 | ||
| 30 | bin/join: src/postprocess/join.c src/export/mystdlib.c | 30 | bin/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 |
