# -*-makefile-*- # # Copyright (C) 2019 by Michael Olbrich # # For further information about the PTXdist project and license conditions # see the README file. # # # clean # # Cleanup the given directory or file. # clean = \ ptx_make_target="$@" \ ptxd_make_clean "$(strip $(1))" # vim: syntax=make