rpitest/snippets/c/watchdog/Makefile
2021-07-02 07:59:34 -07:00

4 lines
66 B
Makefile

all: wdt_test.c
cc -o wdt_test wdt_test.c
clean:
rm -rf wdt_test