diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
index : cryptopals | ||
cryptopals challenges (wip) | siddharth |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -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 |