Restore posix.mak, forwarding to generic Makefile

This commit is contained in:
Martin Kinkelin 2023-12-03 19:27:53 +01:00
parent ff698ba103
commit 8a261040cb

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 $@