summaryrefslogtreecommitdiff
path: root/base64/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-10 01:54:53 +0100
committerMiguel <m.i@gmx.at>2019-03-10 01:54:53 +0100
commit9dc8556d2510b125e3449e4eceac1eb126f9179e (patch)
tree52644ff647975ccf98a8a6d185d95e7fa400307f /base64/Makefile
parent116a5a97f600df811f0f14dd2134a72aece88fbf (diff)
minor beutifications
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