mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
noinst_LIBRARIES = libx8632.a
|
|
|
|
SUFFIXES = .asm
|
|
|
|
libx8632_a_SOURCES = sha256_xmm.asm
|
|
|
|
.asm.o:
|
|
$(YASM) -f $(YASM_FMT) $<
|