You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
228 B

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