mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
13 lines
642 B
Text
13 lines
642 B
Text
--- makefile.orig 2019-07-23 20:13:49 UTC
|
|
+++ makefile
|
|
@@ -9,8 +9,8 @@ CFLAGS?=-O3 -march=native
|
|
CFLAGS+=-std=c89 -Wall -Wextra -pedantic -Wno-long-long -I../sse
|
|
CFLAGS+=$(NO_OPENMP_$(NO_OPENMP))
|
|
LIBS=
|
|
-#FILES=b2sum.c ../ref/blake2b-ref.c ../ref/blake2s-ref.c ../ref/blake2bp-ref.c ../ref/blake2sp-ref.c
|
|
-FILES=b2sum.c ../sse/blake2b.c ../sse/blake2s.c ../sse/blake2bp.c ../sse/blake2sp.c
|
|
+FILES=b2sum.c ../ref/blake2b-ref.c ../ref/blake2s-ref.c ../ref/blake2bp-ref.c ../ref/blake2sp-ref.c
|
|
+#FILES=b2sum.c ../sse/blake2b.c ../sse/blake2s.c ../sse/blake2bp.c ../sse/blake2sp.c
|
|
all: $(FILES)
|
|
$(CC) $(FILES) $(CFLAGS) $(LIBS) -o $(PROG)
|
|
|