CURRENTDIR	= #SRC:LIB:SCROLL:
ASCALM		= sh ascalm/z/o
SOURCE		= scroll
TARGET		= sma_$(SOURCE).lib

.PHONY: clean
.PHONY: all

all:	#bin:$(TARGET)

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

$(TARGET): \
		$(SOURCE).asl \
		#ref:smaky.ref #ref:modules.ref #ref:colors.ref \
		scrolllist.asi scrollregle.asi scroll09.asi \
		makefile
	@$(ASCALM) $(SOURCE).asl $(SOURCE)/l/h $(TARGET)/b

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

include #src:include.mak

