5 lines
86 B
Makefile
5 lines
86 B
Makefile
|
PROG= eepromread
|
||
|
SRCS= eepromread.c eepromread.h board_info.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|