Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/arcadepak/smash/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 | 28ed72477814 |
children |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak DEPENDS = ./makefile CMDS = smash custom SYSFILES = flags.dat ia.fnt smash.dat smash.hsc ROOTFILES = empty_smash.txt ALLOBJS = $(CMDS) all: $(ALLOBJS) clean: $(RM) $(ALLOBJS) showobjs: @$(ECHO) $(CMDS) showroot: @$(ECHO) $(ROOTFILES) showsys: @$(ECHO) $(SYSFILES)