(build): build

This commit is contained in:
3lswear
2021-12-19 16:45:09 +03:00
parent 4e91cd7039
commit 0c7d9cba49
2 changed files with 8 additions and 1 deletions

7
.ccls Normal file
View File

@@ -0,0 +1,7 @@
clang++
-Iincludes
%c
-Wall
-Wextra
-Werror
-std=c++98

View File

@@ -11,7 +11,7 @@ SRC = $(wildcard ./src/*.cpp)
HEADERS = $(wildcard ./includes/*.hpp)
INCLUDES = .
INCLUDES = ./includes/
OBJ = $(SRC:.cpp=.o)