Mercurial > hg > Members > kono > nitros9-code
annotate 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 |
rev | line source |
---|---|
2610 | 1 include $(NITROS9DIR)/rules.mak |
2 | |
3 DEPENDS = ./makefile | |
4 | |
5 CMDS = smash custom | |
6 | |
7 SYSFILES = flags.dat ia.fnt smash.dat smash.hsc | |
2762
9b29d654db13
Added empty_smash.txt and empty_thexder.txt to their respective folders and updated makefile(s) to use these files for their blank ROOT variables.
drencor-xeen
parents:
2761
diff
changeset
|
8 |
9b29d654db13
Added empty_smash.txt and empty_thexder.txt to their respective folders and updated makefile(s) to use these files for their blank ROOT variables.
drencor-xeen
parents:
2761
diff
changeset
|
9 ROOTFILES = empty_smash.txt |
2610 | 10 |
11 ALLOBJS = $(CMDS) | |
12 | |
13 all: $(ALLOBJS) | |
14 | |
15 clean: | |
16 $(RM) $(ALLOBJS) | |
17 | |
18 showobjs: | |
19 @$(ECHO) $(CMDS) | |
20 | |
21 showroot: | |
22 @$(ECHO) $(ROOTFILES) | |
23 | |
24 showsys: | |
25 @$(ECHO) $(SYSFILES) |