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