Rename GNU Makefile
This commit is contained in:
parent
84d8d5a6c2
commit
4a387d7896
@ -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