(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

View File

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