mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Remove GNUmakefile for Dilithium
This commit is contained in:
parent
157977258c
commit
3203f115e5
@ -1,15 +0,0 @@
|
||||
LIB=libdilithium-iii_clean.a
|
||||
|
||||
SOURCES=$(wildcard *.c)
|
||||
OBJECTS=$(patsubst %.c,%.o,$(SOURCES))
|
||||
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
$(LIB): $(OBJECTS)
|
||||
$(AR) -r $@ $(OBJECTS)
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJECTS)
|
||||
$(RM) $(LIB)
|
Loading…
Reference in New Issue
Block a user