]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
Makefile Setup
authorFrank Doepper <[email protected]>
Tue, 10 Jul 2018 08:16:17 +0000 (10:16 +0200)
committerFrank Doepper <[email protected]>
Tue, 10 Jul 2018 08:16:17 +0000 (10:16 +0200)
Makefile

index 771c4f07d4c52342694eeb0fc1b2fc163a693c83..b2487231596ae45d04766a4fa42327a1b3f5a4cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,8 @@ install-simple: build-simple
 
 all:   $(subst .hs,,$(wildcard *.hs))
 
-%:     %.hs
-       ghc -Wall -threaded $<
+Setup: Setup.hs
+       ghc $<
        rm -f [email protected] [email protected]
 
 clean:
don't click here