diff --git a/Makefile b/Makefile index c0faf7cf..2f3a6164 100644 --- a/Makefile +++ b/Makefile @@ -51,5 +51,6 @@ clean: cd bootloader; $(MAKE) clean cd kernel; $(MAKE) clean cd programs/one; $(MAKE) clean + cd programs/hello; $(MAKE) clean rm -f *.bin rm -f *.flp