From 8f48ca757d5771f2b299dd68823b113d1dbed67d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 12 Sep 2025 23:45:11 +0200 Subject: Add genpatch target to build.mk. Add nvi2 (works on macos) --- nvi2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvi2/Makefile (limited to 'nvi2/Makefile') diff --git a/nvi2/Makefile b/nvi2/Makefile new file mode 100644 index 0000000..4d3ebfa --- /dev/null +++ b/nvi2/Makefile @@ -0,0 +1,4 @@ +git_url = git@github.com:lichray/nvi2 +configure_cmd = cmake . + +include ../build.mk -- cgit v1.2.3