sourcephile
/
git
/
haskell
/
symantic.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move symantic-cli to its own Git repository.
[haskell/symantic.git]
/
GNUmakefile
diff --git
a/GNUmakefile
b/GNUmakefile
index fae66667225e142d3c928bdeeb376252b4279b2d..ead4bfdaecee9424a38e8b193b4d952bc3da78dc 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-1,4
+1,4
@@
-PKGS := symantic-grammar symantic-document symantic symantic-lib
symantic-cli
+PKGS := symantic-grammar symantic-document symantic symantic-lib
HS := $(shell find $(PKGS) -name '*.hs' -not -name 'HLint.hs')
all: build