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

include ../make.driver

include $(OBJS:.o=.d)