Rename GNU Makefile

This commit is contained in:
Douglas Stebila 2019-02-06 12:41:55 -05:00
parent da6dd5f792
commit d6d7217742

View File

@ -5,6 +5,8 @@ OBJECTS=$(patsubst %.c,%.o,$(SOURCES))
CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99 -I../../../common $(EXTRAFLAGS) CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99 -I../../../common $(EXTRAFLAGS)
all: $(LIB)
$(LIB): $(OBJECTS) $(LIB): $(OBJECTS)
$(AR) -r $@ $(OBJECTS) $(AR) -r $@ $(OBJECTS)