We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c33e1 commit b70a646Copy full SHA for b70a646
mk.bash
@@ -6,9 +6,6 @@ OS=$(uname -s)
6
if [[ $OS = "OpenBSD" ]];then
7
echo "using OpenBSD Makefile."
8
make -f makefile.openbsd
9
-elif [[ $OS = "Darwin" ]];then
10
- echo "using Mac OS X Makefile."
11
- make -f makefile.macosx
12
else
13
echo "using Linux Makefile."
14
make -f makefile
0 commit comments