Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/arcadepak/shanghai/makefile @ 2852:f2e92661b4c6 lwtools-port
Makefiles: Always use macro for lwar and rm
The LWAR macro is new, rm was still used in one place.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 22:41:18 +0200 |
parents | 0db361fd74df |
children | e88aef1ccaec |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak DEPENDS = ./makefile CMDS = shanghai stile SYSFILES = cards.til shanghai.til traffic.til ROOTFILES = empty_tiles.vef ALLOBJS = $(CMDS) all: $(ALLOBJS) shanghai: shanghai.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ clean: $(RM) $(ALLOBJS) showobjs: @$(ECHO) $(CMDS) showroot: @$(ECHO) $(ROOTFILES) showsys: @$(ECHO) $(SYSFILES)