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

build: fmt
	go build

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