1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 09:40:34 +03:00
wezterm/Makefile
Wez Furlong 1f33b35932
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.
2024-05-13 12:46:23 -07:00

6 lines
39 B
Makefile

.PHONY: fmt
fmt:
cargo +nightly fmt