Restore posix.mak, forwarding to generic Makefile

This commit is contained in:
Martin Kinkelin 2023-12-17 04:51:56 +01:00
parent fae32c873b
commit ba0f030ea4

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