libinput Generic way of gathering user commandline input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
This commit is contained in:
16
make/libinput.mk
Normal file
16
make/libinput.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
all_libinput:
|
||||
make -C libinput platform=$(platform) all
|
||||
|
||||
all_compiledb_libinput:
|
||||
bear --output libinput/compile_commands.json -- make -C libinput platform=$(platform) all
|
||||
|
||||
clean_libinput:
|
||||
make -C libinput platform=$(platform) clean
|
||||
|
||||
format_libinput:
|
||||
make -C libinput platform=$(platform) format
|
||||
|
||||
docs_libinput:
|
||||
make -C libinput platform=$(platform) docs
|
||||
|
||||
.PHONY: all_libinput clean_libinput format_libinput docs_libinput all_compiledb_libinput
|
||||
Reference in New Issue
Block a user