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# no trailing "/"INSTALLDIR := $(INSTALLDIR)nedogame.PHONY: install cleansnake.com: main.asm \../../_sdk/sys_h.asm \../../_sdk/sysdefs.asm \fontgfx \zx.fnt$(AS) $(AFLAGS) $<install: \$(INSTALLDIR) \$(INSTALLDIR)/snake.com$(INSTALLDIR):$(MKDIR) $@$(INSTALLDIR)/snake.com: snake.com$(CP) $< $@clean:$(RM) snake.com