mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 12:40:21 +03:00
11 lines
270 B
Makefile
11 lines
270 B
Makefile
$(warning ===== DEPRECATION NOTICE ===== )
|
|
$(warning ===== DEPRECATION: posix.mak is deprecated. Please use generic Makefile instead.)
|
|
$(warning ============================== )
|
|
|
|
# forward everything to Makefile
|
|
|
|
all:
|
|
$(MAKE) -f Makefile $@
|
|
|
|
%:
|
|
$(MAKE) -f Makefile $@
|