Skip to content

Commit b70a646

Browse files
committed
Revert "Mac OS X option"
This reverts commit 69af8d5.
1 parent 74c33e1 commit b70a646

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mk.bash

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ OS=$(uname -s)
66
if [[ $OS = "OpenBSD" ]];then
77
echo "using OpenBSD Makefile."
88
make -f makefile.openbsd
9-
elif [[ $OS = "Darwin" ]];then
10-
echo "using Mac OS X Makefile."
11-
make -f makefile.macosx
129
else
1310
echo "using Linux Makefile."
1411
make -f makefile

0 commit comments

Comments
 (0)