Files
MINGW-packages/mingw-w64-libtermkey/0001-make-remove-demos-sources.patch
Biswapriyo Nath 3a10734472 neovim: Add package
Also add its dependencies libtermkey and libvterm.
2023-03-04 22:42:42 +05:30

12 lines
248 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@
MAN3DIR=$(MANDIR)/man3
MAN7DIR=$(MANDIR)/man7
-all: $(LIBRARY) $(DEMOS)
+all: $(LIBRARY)
%.lo: %.c termkey.h termkey-internal.h
$(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<