mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-16 10:19:56 +00:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
all setup run clean clean-again:
|
|
@TEST_BASE_DIR=../ ./test.sh --$@
|
|
|
|
.PHONY: all setup run clean clean-again
|