minix3/lib/libusb/Makefile

11 lines
107 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
NOGCCERROR=yes
NOCLANGERROR=yes
# Makefile for libdriver
LIB = usb
SRCS = usb.c
.include <bsd.lib.mk>