From 970234195d43436a762b19ed88c731f71a7770ec Mon Sep 17 00:00:00 2001 From: Frank Doepper Date: Tue, 10 Jul 2018 10:16:17 +0200 Subject: [PATCH] Makefile Setup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 771c4f0..b248723 100644 --- 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 $@.hi $@.o clean: -- 2.39.5