sourcephile
/
git
/
haskell
/
symantic-parser.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove unneeded dependency
[haskell/symantic-parser.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 62f21e119de2dc0e2ebc23447b6d9db3953265a3..cd354b5823cebc816ed5d048674a585126777e00 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,3
+1,5
@@
+cabal = $(shell find . -maxdepth 1 -name '*.cabal' -print -quit)
+package = $(notdir ./$(cabal:.cabal=))
all: build
build:
cabal build