From 42a6e1207215787c6ed09930f668dbac3309a504 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 15 Jan 2018 14:13:11 +0100 Subject: [PATCH] add proxmoxlib to the clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d7dfda..e116a60 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ upload: ${DEB} distclean: clean clean: - rm -rf ./build *.deb *.changes *.buildinfo + rm -rf ./build *.deb *.changes *.buildinfo proxmoxlib.js find . -name '*~' -exec rm {} ';' .PHONY: dinstall -- 2.39.2