diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-25 21:44:43 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-25 21:44:43 +0000 |
| commit | b41654d159192ed8b97af8ab3fa7426c9e6443b6 (patch) | |
| tree | cc99c0bfb70d1ca770e4a6eb9328ce851f7cd20b /Makefile | |
| parent | 892ef493eb34216b3bbfb04d6b24b756c87b334c (diff) | |
mnpx: fixed some typos
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
