mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-05 02:51:51 +00:00
7 lines
196 B
Makefile
7 lines
196 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup run clean clean-again:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
|
|
|
.PHONY: all setup run clean clean-again
|