1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 06:48:05 +00:00
sgminer/x86_32/Makefile.am

9 lines
120 B
Makefile
Raw Normal View History

noinst_LIBRARIES = libx8632.a
SUFFIXES = .asm
libx8632_a_SOURCES = sha256_xmm.asm
.asm.o:
2013-04-04 14:59:10 +00:00
$(YASM) -f $(YASM_FMT) $<