1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-15 09:56:32 +00:00

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

View file

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