Restore posix.mak, forwarding to generic Makefile

This commit is contained in:
Martin Kinkelin 2023-12-16 19:43:55 +01:00
parent 843afa8f64
commit c444d08fa1

11
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
all:
$(MAKE) -f Makefile $@
%:
$(MAKE) -f Makefile $@