diff options
-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 | .PHONY: clean | 30 | .PHONY: clean |
31 | clean: | 31 | clean: |