]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - makefile
Add a "threshold" to the configuration.
[dead/harbl.git] / makefile
index f8efd9956aa87c830dd43d2681aec19ac653cf14..23882488be0548abb144ec193e2e189032c3c31d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 PN = harbl
 BIN = dist/build/$(PN)/$(PN)
-SRCS := $(shell find src/ -type f -name '*.hs')
+SRCS := $(shell find harbl{,-cli}/src/ -type f -name '*.hs')
 
 .PHONY : dist doc hlint