Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 2887:a1296ceb6797
boot_scsi.asm: Remove misplaced # in CntrSlot FCB constant
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 17:03:01 +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)