diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 04:57:00 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 04:57:00 +0000 |
| commit | bbefe838dd39f39688950e19cb283b53c5fff7e4 (patch) | |
| tree | 62612d9809601c7493af2050ff436bdfc2dfc652 | |
| parent | e420e9563c5e50e6f5455eacf30c94ab325c6c0a (diff) | |
removed libgit2
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ PREFIX ?= /usr/local OBJDIR = obj SRCS = $(wildcard src/*.c) OBJS = $(SRCS:src/%.c=$(OBJDIR)/%.o) -CFLAGS += $(shell pkg-config --cflags luajit) $(shell pkg-config --cflags libgit2) -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 # pretty print for compilation. To enable verbose (show commands), run with # `make V=1` |
