Artifact b148d945c1554777cba041ca80ae87dd749c06362dc5b10e91b9fa09b578d0fd:
- File blake2b/Makefile — part of check-in [1f76e42a02] at 2018-07-02 06:41:42 on branch trunk — Restructuring to get rid of SUPERCOP reference, it is incorrect (user: rkeene, size: 340) [annotate] [blame] [check-ins using]
blake2b.o: blake2b-ref-nacl.c blake2-impl.h blake2.h $(CC) $(CPPFLAGS) $(CFLAGS) -o blake2b.o -c blake2b-ref-nacl.c blake2b-ref-nacl.c: blake2b-ref.c blake2-nacl.c rm -f blake2b-ref-nacl.c cat blake2b-ref.c blake2-nacl.c > blake2b-ref-nacl.c clean: rm -f blake2b-ref-nacl.c rm -f blake2b.o distclean: clean .PHONY: clean distclean