Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/arcadepak/smash/makefile @ 2610:0db361fd74df
Added NitrOS-9 Arcade Pak
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 17:17:36 -0600 |
parents | |
children | e88aef1ccaec 260116065a2f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/arcadepak/smash/makefile Tue Jan 31 17:17:36 2012 -0600 @@ -0,0 +1,24 @@ +include $(NITROS9DIR)/rules.mak + +DEPENDS = ./makefile + +CMDS = smash custom + +SYSFILES = flags.dat ia.fnt smash.dat smash.hsc +ROOTFILES = + +ALLOBJS = $(CMDS) + +all: $(ALLOBJS) + +clean: + $(RM) $(ALLOBJS) + +showobjs: + @$(ECHO) $(CMDS) + +showroot: + @$(ECHO) $(ROOTFILES) + +showsys: + @$(ECHO) $(SYSFILES)