Bugfix recursive deletion of files

This commit is contained in:
Johannes Feldmann
2018-12-18 10:57:49 +01:00
parent c3393e6d64
commit f34a257ce7
3 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ build:
- cd build
- qmake ../DRAMSys/DRAMSys.pro
- make -j4
- rm -r *.o
- find . -name "*.o" -type f -delete
coverage:
stage: Coverage