mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
MAKE=make
|
|
|
|
defaulttarget:
|
|
cd compiler\src
|
|
$(MAKE) -f win32.mak
|
|
cd ..\..
|
|
|
|
auto-tester-build:
|
|
echo "Auto-Tester has been disabled"
|
|
|
|
auto-tester-test:
|
|
echo "Auto-Tester has been disabled"
|