Move header files to include/

This commit is contained in:
olemorud
2023-06-02 18:06:27 +02:00
committed by Ole Morud
parent 529955dbfb
commit 51feaf1d00
4 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -2,3 +2,4 @@
-Wextra
-Wpedantic
-std=c2x
-Iinclude