mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
OBJECTS = cbios_wbw.bin cbios_una.bin
|
|
TOOLS = ../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
cbios_wbw.bin: cbios.asm
|
|
$(TASM) -dPLTWBW $< $@ cbios_wbw.lst
|
|
|
|
cbios_una.bin: cbios.asm
|
|
$(TASM) -dPLTUNA $< $@ cbios_una.lst
|
|
|