Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/arcadepak/shanghai/makefile @ 2910:87f2133301b0
Remove execute permissions from files that should not have it
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 11 Jan 2014 21:52:42 +0100 |
parents | df598bc45426 |
children |
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)