summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ababf5..4f5934f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
MOD=ricketyspace.net/cryptopals
-build: fmt bin
- go build -o bin/c1 c1.go
+build: fmt
+ go build
fmt:
go fmt -x ${MOD} ${MOD}/enc