diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-14 21:38:16 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-14 21:38:16 +0000 |
| commit | 43e35385f741a3c48cf667fd55bc1175d1d2b927 (patch) | |
| tree | debfc5a164b216a8c3f664c0bd82690402736f65 /Makefile | |
| parent | 8fb080d0600d25f3f4937b450f74c0a7a242b3a4 (diff) | |
idk what i changed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ default: pkgit pkgit: $(OBJS) $(E) " LINK " $@ - $(Q) ${CC} -o $@ $^ $(shell pkg-config --libs luajit) $(shell pkg-config --libs libgit2) $(LDFLAGS) + $(Q) ${CC} -o $@ $^ $(shell pkg-config --libs luajit) $(shell pkg-config --libs libgit2) $(LDFLAGS) -g $(OBJDIR): @mkdir -p $(OBJDIR) |
