Move header files to include/
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -g -O3 -std=c2x -Wall -Wextra -Wpedantic -Werror
|
||||
CFLAGS := -g -O3 -std=c2x -Wall -Wextra -Wpedantic -Werror -Iinclude
|
||||
|
||||
BUILD_DIR := build
|
||||
BIN_DIR := lib
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
-Wextra
|
||||
-Wpedantic
|
||||
-std=c2x
|
||||
-Iinclude
|
||||
|
||||
Reference in New Issue
Block a user