diff options
Diffstat (limited to '02-usart/Makefile.preamble')
-rw-r--r-- | 02-usart/Makefile.preamble | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/02-usart/Makefile.preamble b/02-usart/Makefile.preamble index 0dc02bb..486bd67 100644 --- a/02-usart/Makefile.preamble +++ b/02-usart/Makefile.preamble @@ -18,6 +18,8 @@ flash: _$(PREFIX)_obs/main.bin clean: rm -rf _*_obs + rm -rf tests/build + rm -rf test_harness/*.a test_harness/*.o genmake: ./genmake.pl > Makefile |