summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 696d8c7..cd6490a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,11 @@ MOD=ricketyspace.net/cryptopals
build: fmt
go build
+.PHONY: build
fmt:
go fmt ${MOD} ${MOD}/challenge ${MOD}/lib
+.PHONY: fmt
clean:
go clean