Skip to content

Commit

Permalink
Minor improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Egorushkin committed Feb 12, 2024
1 parent 511d1b4 commit 363d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ clean :
rm -rf ${build_dir} ${exes}

versions:
${MAKE} --version | awk 'FNR<2 {print}'
${MAKE} --version | awk 'FNR<2'
${CXX} --version | head -n1

env :
Expand Down

0 comments on commit 363d3cd

Please sign in to comment.