rpitest/snippets/c/watchdog/Makefile

4 lines
66 B
Makefile
Raw Normal View History

2021-07-02 16:59:34 +02:00
all: wdt_test.c
cc -o wdt_test wdt_test.c
clean:
rm -rf wdt_test