Skip to content

Commit

Permalink
Restore posix.mak, forwarding to generic Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Dec 17, 2023
1 parent fae32c8 commit ba0f030
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
@@ -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 $@

0 comments on commit ba0f030

Please sign in to comment.