4 lines
No EOL
66 B
Makefile
4 lines
No EOL
66 B
Makefile
all: wdt_test.c
|
|
cc -o wdt_test wdt_test.c
|
|
clean:
|
|
rm -rf wdt_test
|