Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 2951:63fb45a6007b
coyota: Rename assembler files to .as
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 09 Feb 2014 21:06:29 +0100 |
parents | 1addfd8c9d5f |
children | 9edca3e61b66 |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod ALLOBJS = $(CMDS) all: banner $(ALLOBJS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party System Modules *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)