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