blob: 9b53d89b1ccf2fb86ef9a0dbc71c61f0e6d5c1c1 [file] [log] [blame]
CC := $(CROSS_COMPILE)gcc
PROGS := watchdog-simple
all: $(PROGS)
clean:
rm -fr $(PROGS)