# Configuration for rush00's Makefile
# paths
PREFIX = ~/.local
INCDIR = include
OBJDIR = obj
BUILDDIR = build
# includes
INCS = -I${INCDIR}
# flags
CFLAGS = -Wall -Wextra -Werror ${INCS}
# compiler and linker
CC = cc