summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 0668eeae0ca4ee363f87ab150e26449cdb47a31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build:
	@printf "____________________________________________________________________________________\n"
	cargo build

test:
	cargo test
	bash -c "diff -u <(git log -p | cut -c 2-) \
                     <(git log -p | delta --width variable \
                                          --commit-style plain \
                                          --file-style plain \
                                          --hunk-style plain \
                                  | ansifilter | cut -c 2-)"