mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
Makefile: add check target depending on tidy
This commit is contained in:
parent
7d4d2ef0fb
commit
c70745ab15
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -115,10 +115,12 @@ pages.o: pages.c pages.h memory.h util.h
|
|||
random.o: random.c random.h chacha.h util.h
|
||||
util.o: util.c util.h
|
||||
|
||||
check: tidy
|
||||
|
||||
tidy:
|
||||
clang-tidy $(SOURCES) -- $(CPPFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f libhardened_malloc.so $(OBJECTS)
|
||||
|
||||
.PHONY: clean tidy
|
||||
.PHONY: check clean tidy
|
||||
|
|
Loading…
Add table
Reference in a new issue