Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/tccc/makefile @ 187:0d02be492d77
Brought up to same attr command in OS-9 Level Two, which is the same exact
binary except for the edition number (go figure)
author | boisy |
---|---|
date | Sun, 14 Jul 2002 03:38:25 +0000 |
parents | d76cc2119c4f |
children | 53c50c807d55 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DRVRS = tccchd.dr DESCS = h4.dd ALLOBJS = $(DRVRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)