Browse Source

Rename

tags/v0.0.1
Douglas Stebila 5 years ago
committed by Thom Wiggers
parent
commit
e98d053623
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      crypto_kem/kyber768/clean/GNUmakefile

crypto_kem/kyber768/clean/Makefile.GNU_make → crypto_kem/kyber768/clean/GNUmakefile View File

@@ -1,4 +1,4 @@
LIB=kyber768_clean.a
LIB=libkyber768_clean.a

SOURCES=$(wildcard *.c)
OBJECTS=$(patsubst %.c,%.o,$(SOURCES))

Loading…
Cancel
Save