Makefile remove clean
This commit is contained in:
parent
1266c24a19
commit
11cdafc058
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -5,9 +5,6 @@ MAKEFLAGS += --always-make
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
clean:
|
|
||||||
scripts/clean.sh
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue