diff --git a/changelog/makefiles.dd b/changelog/makefiles.dd new file mode 100644 index 00000000000..6fb38d7f4e1 --- /dev/null +++ b/changelog/makefiles.dd @@ -0,0 +1,5 @@ +Makefiles cleanup + +The `{posix,win32,win64}.mak` Makefiles have been merged to a generic `Makefile`. `posix.mak` is kept as a deprecated forwarder for now. + +On Windows, you can/need to use the generic Makefile too - with a GNU make (and a git installation providing bash and GNU tools). Windows devs can finally exploit parallelism via `-j`! You may download a prebuilt zipped .exe from https://github.com/dlang/dmd/releases/download/nightly/gnumake-4.4-win64.zip.