mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 07:35:38 +00:00
Rename GNU Makefile
This commit is contained in:
parent
da6dd5f792
commit
d6d7217742
@ -5,6 +5,8 @@ OBJECTS=$(patsubst %.c,%.o,$(SOURCES))
|
||||
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
$(LIB): $(OBJECTS)
|
||||
$(AR) -r $@ $(OBJECTS)
|
||||
|
Loading…
Reference in New Issue
Block a user