mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +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 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…
Reference in a new issue