mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 06:50:31 +00:00
parent
a4718693a3
commit
7ce4cd3a7e
4
Makefile
4
Makefile
@ -166,7 +166,9 @@ bin/syz-sysgen:
|
||||
format: format_go format_cpp format_sys
|
||||
|
||||
format_go:
|
||||
$(GO) fmt ./...
|
||||
# When working from a symlinked directory outside of GOPATH, 'go fmt' will fail.
|
||||
# We need to invoke it from a path inside of GOPATH.
|
||||
cd $(realpath ${PWD}) && $(GO) fmt ./...
|
||||
|
||||
format_cpp:
|
||||
clang-format --style=file -i executor/*.cc executor/*.h tools/kcovtrace/*.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user