mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
fix: clean-libs can fail when it shouldn't
This commit is contained in:
2
Makefile
2
Makefile
@@ -52,7 +52,7 @@ clean:
|
|||||||
@[ -d bin/ ] && rm -vr bin/ || true
|
@[ -d bin/ ] && rm -vr bin/ || true
|
||||||
@[ -d obj/ ] && rm -vr obj/ || true
|
@[ -d obj/ ] && rm -vr obj/ || true
|
||||||
clean-libs:
|
clean-libs:
|
||||||
@[ -d lib/obj/ ] && rm -vr lib/obj/
|
@[ -d lib/obj/ ] && rm -vr lib/obj/ || true
|
||||||
|
|
||||||
|
|
||||||
# compiles the libraries using cmake
|
# compiles the libraries using cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user