Skip to content

Commit

Permalink
fix: changed target to .DEFAULT to handle all of them
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 8, 2024
1 parent de68647 commit c52a147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BSDmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@


.PHONY: all

all:
.DEFAULT:
@which gmake >/dev/null 2>&1 || (echo "ERROR: *** GNU make is required for Sparky to build. Stop." && exit 1)
@gmake -s ${.FLAGS} ${.TARGETS}

all: .DEFAULT

0 comments on commit c52a147

Please sign in to comment.