13 lines
208 B
Makefile
13 lines
208 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
all:
|
|
@echo mk_build_dir="$(shell pwd)" > include.sh
|
|
|
|
TEST_PROGS := run.sh
|
|
|
|
TEST_FILES := include.sh test.py
|
|
|
|
EXTRA_CLEAN := /tmp/rds_logs include.sh
|
|
|
|
include ../../lib.mk
|