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

include ../make.driver

include $(OBJS:.o=.d)