mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Linux make clean fix.
This commit is contained in:
parent
09fc9e4d0c
commit
ef376a7919
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ installer: one FORCE
|
||||||
./ext/installfiles/linux/buildinstaller.sh
|
./ext/installfiles/linux/buildinstaller.sh
|
||||||
|
|
||||||
clean: FORCE
|
clean: FORCE
|
||||||
rm -rf *.so *.o netcon/*.a node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o $(OBJS) zerotier-one zerotier-idtool zerotier-cli zerotier-selftest zerotier-netcon-service build-* ZeroTierOneInstaller-* *.deb *.rpm .depend netcon/.depend
|
rm -rf *.so *.o netcon/*.a node/*.o controller/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o ext/miniupnpc/*.o ext/libnatpmp/*.o $(OBJS) zerotier-one zerotier-idtool zerotier-cli zerotier-selftest zerotier-netcon-service build-* ZeroTierOneInstaller-* *.deb *.rpm .depend netcon/.depend
|
||||||
# Remove files from all the funny places we put them for tests
|
# Remove files from all the funny places we put them for tests
|
||||||
find netcon -type f \( -name '*.o' -o -name '*.so' -o -name '*.1.0' -o -name 'zerotier-one' -o -name 'zerotier-cli' -o -name 'zerotier-netcon-service' \) -delete
|
find netcon -type f \( -name '*.o' -o -name '*.so' -o -name '*.1.0' -o -name 'zerotier-one' -o -name 'zerotier-cli' -o -name 'zerotier-netcon-service' \) -delete
|
||||||
find netcon/docker-test -name "zerotier-intercept" -type f -delete
|
find netcon/docker-test -name "zerotier-intercept" -type f -delete
|
||||||
|
|
Loading…
Add table
Reference in a new issue