Browse Source

Merge pull request #684 from tomdee/update-clean

Makefile: add libpthread* to make clean
Tom Denham 8 years ago
parent
commit
764917c112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -71,6 +71,7 @@ license-check:
 clean:
 	rm -f dist/flanneld*
 	rm -f dist/iptables*
+	rm -f dist/libpthread*
 	rm -f dist/*.aci
 	rm -f dist/*.docker
 	rm -f dist/*.tar.gz