Newer
Older
Scratch / mobius / src / drivers / textcons / Makefile
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 115 bytes Scratch
TARGET=	$(BIN)/textcons.drv
OBJS=	console.o textcons.o
BASE=	@$(BIN)\coffbase.txt,textcons

include ../make.driver