mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +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
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-*
|
||||
rm -rf $(OBJS) *.o zerotier-* build-* ZeroTierOneInstaller-*
|
||||
|
||||
official: FORCE
|
||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||
|
|
Loading…
Add table
Reference in a new issue