From 18c0dc615a8bd30e7d7ee23b384c6f4fe4881fef Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Thu, 24 Sep 2020 14:01:12 +0200 Subject: [PATCH] Clean temporary files before building --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b0aee53..14e403b 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ build: build-clean .PHONY: build-clean build-clean: -rm -rf ./build + find ./src/ -type f -name "*.ui~" -delete .PHONY: install install: uninstall