mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
11 lines
273 B
Makefile
11 lines
273 B
Makefile
$(warning ===== DEPRECATION NOTICE ===== )
|
|
$(warning ===== DEPRECATION: posix.mak is deprecated. Please use generic Makefile instead.)
|
|
$(warning ============================== )
|
|
|
|
# forward everything to Makefile
|
|
|
|
target:
|
|
$(MAKE) -f Makefile $@
|
|
|
|
%:
|
|
$(MAKE) -f Makefile $@
|