aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-25 21:44:43 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-25 21:44:43 +0000
commitb41654d159192ed8b97af8ab3fa7426c9e6443b6 (patch)
treecc99c0bfb70d1ca770e4a6eb9328ce851f7cd20b /Makefile
parent892ef493eb34216b3bbfb04d6b24b756c87b334c (diff)
mnpx: fixed some typos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d90be51..f1c6e22 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
OBJDIR = obj
SRCS = $(wildcard src/*.c)
OBJS = $(SRCS:src/%.c=$(OBJDIR)/%.o)
-CFLAGS += $(shell pkg-config --cflags luajit) -I./include -Wno-format-truncation -std=c99 -D_XOPEN_SOURCE=700
+CFLAGS += $(shell pkg-config --cflags luajit) -I./include -Wno-format-truncation -std=c99 -D_XOPEN_SOURCE=700 -Wall -Wextra
default: pkgit