mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
druntime: Restore posix.mak, forwarding to generic Makefile
This commit is contained in:
parent
bc793e59e9
commit
8afd3e1cfb
1 changed files with 11 additions and 0 deletions
11
druntime/posix.mak
Normal file
11
druntime/posix.mak
Normal file
|
@ -0,0 +1,11 @@
|
|||
$(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 $@
|
Loading…
Add table
Add a link
Reference in a new issue