summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba12408..d416dfc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
TARGET := pipac
SRC_DIR := src
BUILD_DIR := build
-CFLAGS := -Wall -Wextra -pedantic -std=c11 -ggdb
+CFLAGS := -Werror -Wall -Wextra -pedantic -std=c11 -ggdb
SRCS := $(wildcard $(SRC_DIR)/*.c)
HEADERS := $(wildcard $(SRC_DIR)/*.h)