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 cleanzxrar.com: zxrar.asm \../_sdk/file.asm \../_sdk/stdio.asm \../_sdk/sys_h.asm \../_sdk/sysdefs.asm \rarhuff.asm \rarlz.asm \rarpack.asm \zxrfile.asm$(AS) $(AFLAGS) $<install: $(BIN_INSTALLDIR)zxrar.com$(BIN_INSTALLDIR)zxrar.com: zxrar.com$(CP) $< $@clean:$(RM) zxrar.com