From: Michael Orlitzky Date: Fri, 20 Dec 2013 20:04:42 +0000 (-0500) Subject: Add the TSN directory as deps in the makefile. X-Git-Tag: 0.0.2~36 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=93c998a40aa28b0aba023aaa040866ded7d87ae9 Add the TSN directory as deps in the makefile. --- 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