druntime: Restore posix.mak, forwarding to generic Makefile

This commit is contained in:
Martin Kinkelin 2023-12-09 03:49:38 +01:00 committed by Nicholas Wilson
parent bc793e59e9
commit 8afd3e1cfb

11
druntime/posix.mak Normal file
View 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 $@