Makefile 77 B

123456
  1. d:
  2. dub build --compiler ldc2 --build release --force
  3. default: d
  4. .PHONY: d