mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
add make clean for linux
This commit is contained in:
parent
655d46993b
commit
fbbbe98022
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ install:
|
|||
brew options proxmark3;
|
||||
brew install --HEAD proxmark3;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
make clean;
|
||||
make all;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue