mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
254 B
Makefile
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
|