diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-21 12:17:01 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-21 12:17:01 -0400 |
| commit | 2ef0ea3098d09d20ea8fb4140e78e6e5717e0ac7 (patch) | |
| tree | 085ea1e53b2a70996728ed08aad0566da69f0f52 /tools/bin2c | |
| parent | a8314b86903e5168e017345a4a0d1a5e9ec480aa (diff) | |
| parent | bfe02a627f9f49a94f90835d4284ab89d4e5a6f9 (diff) | |
Merge branch 'master' of github.com:pret/pokeruby into field_map_obj
Diffstat (limited to 'tools/bin2c')
| -rw-r--r-- | tools/bin2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bin2c/Makefile b/tools/bin2c/Makefile index eee19af22..bd5f60490 100644 --- a/tools/bin2c/Makefile +++ b/tools/bin2c/Makefile @@ -1,13 +1,13 @@ CC = gcc -CFLAGS = -Wall -Wextra -std=c11 -O2 +CFLAGS = -Wall -Wextra -std=c11 -O2 -s .PHONY: clean SRCS = bin2c.c bin2c: $(SRCS) - $(CC) $(CFLAGS) $(SRCS) -o $@ + $(CC) $(CFLAGS) $(SRCS) -o $@ $(LDFLAGS) clean: $(RM) bin2c bin2c.exe |
