mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
make clean fix
This commit is contained in:
parent
117f977ce3
commit
8c9d3146df
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ installer: one FORCE
|
||||||
./buildinstaller.sh
|
./buildinstaller.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-*
|
rm -rf $(OBJS) *.o zerotier-* build-* ZeroTierOneInstaller-*
|
||||||
|
|
||||||
official: FORCE
|
official: FORCE
|
||||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue