Afegides utilitats per a linux
Arreglats alguns includes
This commit is contained in:
8
linux-utils/check-includes.sh
Executable file
8
linux-utils/check-includes.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
SOURCEPATH=../source/
|
||||
|
||||
for i in "$SOURCEPATH"/*.cpp
|
||||
do
|
||||
include-what-you-use -D DEBUG -D VERBOSE -std=c++11 -Wall "$i"
|
||||
done
|
||||
6
linux-utils/go.sh
Executable file
6
linux-utils/go.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SECONDS=0
|
||||
make linux_debug
|
||||
duration=$SECONDS
|
||||
echo "$((duration / 60)) minutes and $((duration % 60)) seconds elapsed."
|
||||
BIN
linux-utils/include-what-you-use
Executable file
BIN
linux-utils/include-what-you-use
Executable file
Binary file not shown.
Reference in New Issue
Block a user