1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-05 18:58:52 +03:00

add Makefile

This enables `make fmt` which is how I usually run fmt in other
repos and works better with my ctrl-R and muscle memory.
This commit is contained in:
Wez Furlong 2024-05-13 12:46:23 -07:00
parent 2a068cacb7
commit 1f33b35932
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: fmt
fmt:
cargo +nightly fmt