Copy config.make.in to config.make and modify any variables required.
-First compile the native binding tools. This should only need to be
-done once after which it auto-updates properly.
-
-$ make notzed.nativez
-
-Then make everything else, parallel make should work.
+Then make everything, parallel make should work.
$ make -j
Or run a demo (see next section):
-$ make run-notzed.vkregistry/vulkan.test.TestVulkan
+$ make run-notzed.vkregistry.test/vulkan.test.TestMandelbrot
A non-recursive make setup is used although make file fragments are
included from various locations across the modules. All java is