From f8ca52ba2928b4d2fe6f1ca7014c7fa7336d772d Mon Sep 17 00:00:00 2001 From: Alistair Buxton Date: Tue, 30 Apr 2024 03:33:39 +0100 Subject: [PATCH] make clean should remove the final binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b3734e..9f148c8 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,6 @@ vbit2: $(objs) .PHONY: clean clean: - rm -f $(objs) $(deps) + rm -f $(objs) $(deps) vbit2 -include $(deps)