Polissage Gnumakefile.
[majurity.git] / GNUmakefile
index 6ab741a131db48c472f13f2289e840167fda344c..2f7e9339149811c8905c6bee6227e3302ee5d108 100644 (file)
@@ -16,7 +16,7 @@ QUICKCHECK_FLAGS ?= --quickcheck-tests 10000 --quickcheck-max-size 1000
 %/quickcheck: %
        
 
-GHCID_TEST ?= "System.Environment.withArgs (words \"--color always\") main \`Control.Exception.finally\` putStrLn \"\x1b[m\""
+GHCID_TEST ?= System.Environment.withArgs (words "--color always") main `Control.Exception.finally` putStrLn "\x1b[m"
 ghcid:
        ghcid \
         --warnings \
@@ -24,7 +24,7 @@ ghcid:
           $(package):lib \
           $(package):$(package)-test \
           --ghci-options=-fobject-code" \
-        --test $(GHCID_TEST)
+        --test '$(GHCID_TEST)'
 
 clean:
        stack $(STACK_FLAGS) clean $(STACK_CLEAN_FLAGS)