Files
Debian-9-Kernel/samples/watchdog/Makefile
T

9 lines
92 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
CC := $(CROSS_COMPILE)gcc
PROGS := watchdog-simple
all: $(PROGS)
clean:
rm -fr $(PROGS)