From 11cdafc058190ba95d1eda24617c640f4e8589ba Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 6 Mar 2023 13:28:00 -0600 Subject: [PATCH] Makefile remove clean --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 945f4dc..3c0feac 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,6 @@ MAKEFLAGS += --always-make all: build -clean: - scripts/clean.sh - build: cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/