Rev 857 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download
# Supported environments:# GNU/Linux# Windows NTinclude ../_sdk/common.mk.PHONY: install cleansetfont.com: setfont.asm \atmucode.fnt$(AS) $(AFLAGS) $<install: $(BIN_INSTALLDIR)setfont.com$(BIN_INSTALLDIR)setfont.com: setfont.com$(CP) $< $@clean:$(RM) setfont.com