Skip to content

Commit

Permalink
Add bmake stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiasz Nelz committed May 22, 2022
1 parent 7fb580e commit 21e00f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
@echo Please use gmake instead of bmake to build this project!
@false

.PHONY: all

0 comments on commit 21e00f6

Please sign in to comment.