aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2021-04-05 19:37:50 +0200
committerMarvin Borner2021-04-05 19:37:50 +0200
commit9326d3970fe6eedbcb042ac68aca3074aacef32f (patch)
tree9157b9e57b052012379e4103aaed3235d1b50e9e /run
parentccc1dd7b4ba8ad5efe51aac32b26f0859d93fbe5 (diff)
Fixed some minor bugs
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index b6a4921..af67dbc 100755
--- a/run
+++ b/run
@@ -224,7 +224,7 @@ make_addr() {
}
make_cloc() {
- cloc . --exclude-dir=build,iso,disk,res,cross
+ cloc . --exclude-dir=build,iso,disk,res,cross,icons
}
make_append_commands() {