mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Also clean CLion directories.
This commit is contained in:
parent
73795d05eb
commit
fe28501126
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -15,7 +15,7 @@ debug:
|
|||
mkdir -p ${BUILDDIR} && cd ${BUILDDIR} && cmake .. -DCMAKE_BUILD_TYPE=Debug && $(MAKE)
|
||||
|
||||
clean:
|
||||
rm -rf ${BUILDDIR}
|
||||
rm -rf ${BUILDDIR} cmake-build-*
|
||||
|
||||
distclean:
|
||||
rm -rf ${BUILDDIR}
|
||||
rm -rf ${BUILDDIR} cmake-build-*
|
||||
|
|
Loading…
Add table
Reference in a new issue