From 04717a528e208287d6ade4d5375bdc32ba8221d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sat, 1 Apr 2023 10:23:40 +0200 Subject: [PATCH] Clean wrapper. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 79cc4f9..9cca1a6 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,7 @@ default: .PHONY: static static: @make -C src static + +.PHONY: clean +clean: + @make -C src clean