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

include ../make.driver

include $(OBJS:.o=.d)