#!/bin/sh -efu
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2008  Alexey Gladkov <gladkov.alexey@gmail.com>

if [ "$#" -eq 0 ]; then
	printf 'Usage: %s target [target1 ...]\n' "${0##*/}" >&2
	exit
fi

export TARGET_STAGES="$*"
exec make reset-cache
