diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-15 00:31:16 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-15 00:31:16 -0500 |
| commit | f3a7706b8ab7ec384698477d4e34deb40344b7ad (patch) | |
| tree | 4a7edf984ab97a250ec2bd90e39e724749e799d6 /Makefile | |
| parent | 2ee1ebfe2440250a16ed39386fcbe4ec76c89f61 (diff) | |
audio.o
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ .SECONDEXPANSION: ROMS := tcg.gbc -OBJS := main.o gfx.o text.o +OBJS := main.o gfx.o text.o audio.o $(foreach obj, $(OBJS), \ $(eval $(obj:.o=)_dep := $(shell python extras/scan_includes.py $(obj:.o=.asm))) \ |
