dmd/win64.mak
2017-11-01 12:22:18 +01:00

9 lines
254 B
Makefile

# To be able to use this Makefile Visual Studio must be installed, and either
# a "Visual Studio Command prompt" use to run make or manually calling
# `vcvarsall.bat amd64` from the command-line beforehand.
MAKE=make
all:
cd src
$(MAKE) -f win64.mak