config.mk tools

This commit is contained in:
2026-05-08 19:19:43 +07:00
parent daa92410a7
commit fe011cb26b
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -7,8 +7,8 @@ proto:
$(WAYLAND_SCANNER) server-header ./protocols/wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.h $(WAYLAND_SCANNER) server-header ./protocols/wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.h
compile: proto compile: proto
cc -o absinthe src/* $(CFLAGS) $(LDFLAGS) $(CC) -o absinthe src/* $(CFLAGS) $(LDFLAGS)
format: format:
find src/ -type f -print0 | xargs -0 clang-format -i find src/ -type f | xargs $(CLANG_FORMAT) -i
find include/ -type f -print0 | xargs -0 clang-format -i find include/ -type f | xargs $(CLANG_FORMAT) -i