ObjFW  Diff

Differences From Artifact [93752ea7d4]:

To Artifact [3125211be8]:


70
71
72
73
74
75
76
77
78
79
80
81
82
83
84

	if test x"$link" = x"yes"; then
		echo "Linking $out..."
		$OBJC -o $out $objs $LIBS $LDFLAGS
		exit $?
	fi

	echo "Nothing to do..."
	exit 0
}

test -z "$1" && show_help

while test ! -z "$1"; do
	case "$1" in







|







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84

	if test x"$link" = x"yes"; then
		echo "Linking $out..."
		$OBJC -o $out $objs $LIBS $LDFLAGS
		exit $?
	fi

	echo "Nothing to do for $out..."
	exit 0
}

test -z "$1" && show_help

while test ! -z "$1"; do
	case "$1" in