Skip to content

Commit

Permalink
enable GNU/BSD make parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 22, 2024
1 parent bd7535d commit dc0f8b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.profile.d/make.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
alias make='make -s'
# Assumes GNU/BSD make.
alias make='make -s -j 4'

0 comments on commit dc0f8b8

Please sign in to comment.