From 3a4cf705719fb9ede68fbff3fecdc4f47c804519 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 21 Nov 2023 14:08:21 +0100 Subject: [PATCH] Cleanup binaries in 'make clean' --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e15cdc3..35b4f79 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,4 @@ test: .PHONY: clean clean: rm -rf test/install + rm -f mio2 mio3 -- GitLab