mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
9 lines
97 B
Makefile
9 lines
97 B
Makefile
|
TEST_PROGS := watchdog-test
|
||
|
|
||
|
all: $(TEST_PROGS)
|
||
|
|
||
|
include ../lib.mk
|
||
|
|
||
|
clean:
|
||
|
rm -fr $(TEST_PROGS)
|