mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #334 from merlokk/travis_linux
add make clean for linux
This commit is contained in:
commit
1c880d8915
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ install:
|
||||||
brew options proxmark3;
|
brew options proxmark3;
|
||||||
brew install --HEAD proxmark3;
|
brew install --HEAD proxmark3;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
make clean;
|
||||||
make all;
|
make all;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue