GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
Historic
/
Scratch
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
Scratch
/
mobius
/
src
/
drivers
/
cmos
/ Makefile
Christopher W. Olsen
on 25 Oct 2019
94 bytes
Scratch
Raw
Blame
History
TARGET= $(BIN)/cmos.drv OBJS= cmos.o BASE= cmos include ../make.driver include $(OBJS:.o=.d)