# Start

CURRENTDIR	= #SRC:CODE:START:
ASCALM		= sh ascalm/z/\\
SOURCE		= start
TARGET		= start.code

.PHONY: clean
.PHONY: all

all:	#bin:$(TARGET)

clean:
	@rm $(TARGET) $(SOURCE).lst $(SOURCE).erh

$(TARGET): \
		start.asc \
		#ref:smaky.ref #ref:modules.ref #ref:tcolor.ref #ref:colors.ref #ref:epro.ref \
		#ref:monsel.ref #ref:hwdis.ref #ref:displayman.ref \
		start.assr startsysev.asi \
		startedit.asi startico.asi startaff.asi startbloc.asi startfile.asi \
		startind1.asi startlist.asi startcopy.asi startio.asi startmenu.asi \
		startdbox.asi startind2.asi startdboxt.asi starterror.asi startmisc.asi \
		startsleep.asi startapp.asi startpal.asi \
		makefile
	@$(ASCALM) $(SOURCE).asc $(SOURCE)/l/h $(TARGET)/b

#bin:$(TARGET): $(TARGET)
	@#:rm #bin:$(TARGET)
	@#:cp $(TARGET) #bin:$(TARGET)

include #src:include.mak

