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

9 lines
120 B
Makefile

noinst_LIBRARIES = libx8632.a
SUFFIXES = .asm
libx8632_a_SOURCES = sha256_xmm.asm
.asm.o:
$(YASM) -f $(YASM_FMT) $<