X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=makefile;h=23882488be0548abb144ec193e2e189032c3c31d;hp=f8efd9956aa87c830dd43d2681aec19ac653cf14;hb=014dacb6ef0e93d0e67ebb154c397e999431469f;hpb=e2353bc57a61b4ad470a6fdc0db8eac504328e54 diff --git a/makefile b/makefile index f8efd99..2388248 100644 --- 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