Clean up after compilation

This commit is contained in:
Arun Prakash Jana 2017-09-03 09:06:05 +05:30
parent a982a195ce
commit ecd54bc8b4
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ script:
make;
make clean;
make -f scripts/make_native/Makefile.native;
make clean;
before_deploy:
- unset CFLAGS