Skip to content

Commit 62fffaa

Browse files
committed
Drop 'fmt' target and duplicated clang-format script
build-aux/source-format handles both c++ and python, and we can't seem to do this through meson anymore because... i don't know why.
1 parent fbb25ff commit 62fffaa

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Diff for: build-aux/clang-format

-5
This file was deleted.

Diff for: meson.build

-6
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ install_data(
128128
rename : ['_auracle'],
129129
install_dir : join_paths(get_option('datadir'), 'zsh/site-functions'))
130130

131-
run_target(
132-
'fmt',
133-
command : [
134-
join_paths(meson.project_source_root(), 'build-aux/source-format')
135-
])
136-
137131
run_target(
138132
'tidy',
139133
command : [

0 commit comments

Comments
 (0)