Skip to content

Commit

Permalink
bsd makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Jun 23, 2022
1 parent 75589aa commit 336ed6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BSDmakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default:
@echo "Please run gmake instead."
exit 1
$(.TARGETS) all:
@which gmake 2>&- >&- || { echo "Please install gmake." ;false ; }
@gmake $(.TARGETS)

0 comments on commit 336ed6b

Please sign in to comment.