Skip to content

Commit

Permalink
fix: add -s to gmake to silence irrelevant msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 8, 2024
1 parent 1006f2f commit de68647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSDmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

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

0 comments on commit de68647

Please sign in to comment.