diff --git a/.gitmodules b/.gitmodules index ccbc8f4..5103ee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "NML"] path = NML - url = https://github.com/JGRennison/nml.git + url = https://github.com/JGRennison/NML \ No newline at end of file diff --git a/Makefile b/Makefile index c290cd4..2350390 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Required program SHELL := /bin/bash -NMLC ?= /mnt/d/Dev/OpenTTD/NewGRFDev/NML/jgr-nml/nmlc +NMLC ?= ./NML/nmlc PYTHON ?= python3 # C compiler diff --git a/NML b/NML new file mode 160000 index 0000000..de47140 --- /dev/null +++ b/NML @@ -0,0 +1 @@ +Subproject commit de47140a251b80e38cd737bb2d0f58d71f3c8e6d