brintos

brintos / linux-shallow public Read only

0
0
Text · 211 B · 1803c39 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3all:4	@echo mk_build_dir="$(shell pwd)" > include.sh5 6TEST_PROGS := run.sh \7	test.py8 9TEST_FILES := include.sh10 11EXTRA_CLEAN := /tmp/rds_logs include.sh12 13include ../../lib.mk14