From 9521d1768e4d584b0c1446165772821e865d694b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 25 May 2023 10:27:10 +0200 Subject: [PATCH] buildsys: expand clean target Signed-off-by: Thomas Lamprecht --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c0c99c0..a9df508 100644 --- a/src/Makefile +++ b/src/Makefile @@ -135,4 +135,4 @@ install: proxmoxlib.js .PHONY: clean clean: - rm -f proxmoxlib.js + rm -f proxmoxlib.js proxmoxlib.js.tmp .lint-incremental