9 lines
127 B
Makefile
9 lines
127 B
Makefile
|
# Makefile for the Sound Blaster 16 (SB16) common
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
|
||
|
LIB= common
|
||
|
SRCS= sb16.c
|
||
|
|
||
|
.include <minix.lib.mk>
|