From 93c998a40aa28b0aba023aaa040866ded7d87ae9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 20 Dec 2013 15:04:42 -0500 Subject: [PATCH] Add the TSN directory as deps in the makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5c43e4b..2b7f6c9 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ BIN = dist/build/htsn/htsn .PHONY : dist hlint -$(BIN): src/*.hs +$(BIN): src/*.hs src/TSN/*.hs runghc Setup.hs clean runghc Setup.hs configure --user runghc Setup.hs build -- 2.43.2