fix rename lib to bozolib.a
This commit is contained in:
parent
6c1a57efaf
commit
6f778a6ff1
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -Wextra -Werror
|
CFLAGS = -Wall -Wextra -Werror
|
||||||
|
|
||||||
NAME = bozolib
|
NAME = bozolib.a
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
OBJ_DIR = obj
|
OBJ_DIR = obj
|
||||||
SOURCES = $(shell find $(SRC_DIR) -type f -name '*.c')
|
SOURCES = $(shell find $(SRC_DIR) -type f -name '*.c')
|
||||||
|
Loading…
Reference in New Issue
Block a user