Merge pull request #334 from merlokk/travis_linux
add make clean for linux
This commit is contained in:
@@ -41,6 +41,7 @@ install:
|
||||
brew options proxmark3;
|
||||
brew install --HEAD proxmark3;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
make clean;
|
||||
make all;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user