mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
26116187dd
This will work if $(TOP_SRC_DIR) has exactly one subdirectory with .ninja_deps. Otherwise, BUILD_DIR has to be specified.
5 lines
120 B
Makefile
5 lines
120 B
Makefile
include ../Makefile.guess
|
|
|
|
all setup clean run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|