summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4f5934f616f736e5668a436b16e108525fd861b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
MOD=ricketyspace.net/cryptopals

build: fmt
	go build

fmt:
	go fmt -x ${MOD} ${MOD}/enc

bin:
	mkdir -p bin