Newer
Older
Scratch / mobius / src / drivers / vgatext / Makefile
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 103 bytes Scratch
TARGET=	$(BIN)/vgatext.drv
OBJS=	vgatext.o
BASE=	vgatext

include ../make.driver

include $(OBJS:.o=.d)