Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/arcadepak/smash/makefile @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
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)