diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-09-12 23:45:11 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-09-12 23:45:11 +0200 |
| commit | 8f48ca757d5771f2b299dd68823b113d1dbed67d (patch) | |
| tree | 925ab50665a44c5471a8c3d83b6356c824733b9d /nvi2/Makefile | |
| parent | b22b851c1483f5e225a768a68b25fce1a5ee3d88 (diff) | |
Add genpatch target to build.mk. Add nvi2 (works on macos)master
Diffstat (limited to 'nvi2/Makefile')
| -rw-r--r-- | nvi2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
