summaryrefslogtreecommitdiff
path: root/base64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'base64/Makefile')
-rw-r--r--base64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base64/Makefile b/base64/Makefile
index 0192413..71b16ec 100644
--- a/base64/Makefile
+++ b/base64/Makefile
@@ -1,5 +1,5 @@
base64: base64.hs
- #stack ghc -- -O2 base64.hs -rtsopts -prof -fprof-cafs -fprof-auto
+ #stack ghc -- -O2 base64.hs -rtsopts -prof -fprof-cafs -fprof-auto
stack ghc -- -O2 base64.hs
run: base64