Makefile remove clean

This commit is contained in:
Chris Cochrun 2023-03-06 13:28:00 -06:00
parent 1266c24a19
commit 11cdafc058

View file

@ -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/