diff options
| author | YamaArashi <shadow962@live.com> | 2016-09-25 01:40:53 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-09-25 01:40:53 -0700 |
| commit | e5fd0e3e1b6bbbc4d506be9e450d85281c10c516 (patch) | |
| tree | d851f0dc0add79a8dfdda9b687bcc58a1e15dd66 /Makefile | |
| parent | 61ea6194c97fce60d5c8d17e3206156de37f600f (diff) | |
begin using common symbols
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ $(SONG_OBJS): %.o: %.s sym_bss.ld: sym_bss.txt $(RAMSCRGEN) .bss sym_bss.txt >$@ -sym_common.ld: sym_common.txt +sym_common.ld: sym_common.txt $(C_OBJS) $(wildcard common_syms/*.txt) $(RAMSCRGEN) COMMON sym_common.txt -c src,common_syms >$@ sym_ewram.ld: sym_ewram.txt |
