mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-08 22:08:02 +00:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
noinst_LIBRARIES = libx8632.a
|
|
|
|
SUFFIXES = .asm
|
|
|
|
libx8632_a_SOURCES = sha256_xmm.asm
|
|
|
|
.asm.o:
|
|
$(YASM) -f elf32 $<
|