Makefile 93 B

123456789
  1. d:
  2. dub build --compiler ldc2 --build release --force
  3. t:
  4. dub test
  5. default: d
  6. .PHONY: d t