diff options
| author | IIMarckus <iimarckus@gmail.com> | 2018-02-22 00:00:14 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2018-02-22 00:00:14 -0700 |
| commit | 5e2521633a6d461f8af69fd53d8fa5f8d5c878d8 (patch) | |
| tree | 110814742f986743b492941c042979c4be08defc /Makefile | |
| parent | 18b78fa6c81cc778819c8a0a80dc69fe45fbd4af (diff) | |
Add the early "DMG0" boot ROM.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ .SUFFIXES: .s .o .bin -all: dmg.bin mgb.bin +all: dmg0.bin dmg.bin mgb.bin .s.o: rgbasm -o $@ $< |
