From 59def426da57009521539e37a6af5367714eacef Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Wed, 24 Sep 2025 00:57:16 +0200 Subject: [PATCH] More aggressive make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcf900d..854b7a4 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ polos.img: fat12boot.bin polmon.com .PHONY: clean clean: ## Remove generated files - rm -rf wozmon.bin crc16.bin readfloppy.bin writefloppy.bin fat12boot.bin + rm -rf *.bin polmon.com polos.img .PHONY: dev-image dev-image: