Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 2876:1ca5c484c7a7
joydrv_6551L.asm: Remove spurious ! (OR) from expression
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 15:48:17 +0100 |
parents | e4a0f58a5f9b |
children | 1addfd8c9d5f |
line wrap: on
line source
ifndef NITROS9DIR NITROS9DIR = $(HOME)/nitros9 endif include $(NITROS9DIR)/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)