5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
LIB = crypto
|
||
|
SRCS = hash/sha256.s
|
||
|
|
||
|
include $(TOPDIR)/share/mk/stupid.lib.mk
|