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

build: fmt bin
	go build -o bin/c1 c1.go

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

bin:
	mkdir -p bin