From 05ba9db49a6b99fea4ffb42c1f97a91a516460c3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 8 Nov 2020 12:00:06 -0500 Subject: Makefile: 'build' and 'fmt' are phony --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3