On Saturday, 3 June 2023 at 09:04:35 UTC, Dom DiSc wrote:
You can replace your whole makefile by calling the compiler
with -I (not always, but if you don't do funny things in your
makefile).
That would be `-i`.
- This ability of the D compiler was just recently discovered
(after -I was imp
On Thursday, 1 June 2023 at 03:47:00 UTC, Cecil Ward wrote:
I have another question if I may, what do we do about getting
makefiles right given that we have imports ?
You can replace your whole makefile by calling the compiler with
-I (not always, but if you don't do funny things in your
make