420ebd0475
- No more Internal modules - Remove ClientLike-generic. Let's use Routes-generics - Let's see if anyone notices, otherwise we can add it back - Add Makefile for common tasks - Fix servant-client-ghcjs
13 lines
245 B
Makefile
13 lines
245 B
Makefile
# With common maintenance tasks
|
|
|
|
all :
|
|
@echo "Don't try to make all at once!"
|
|
|
|
build-ghc :
|
|
cabal v2-build all
|
|
|
|
build-ghcjs :
|
|
cabal v2-build --builddir=dist-newstyle-ghcjs --project-file=cabal.ghcjs.project all
|
|
|
|
packdeps :
|
|
packdeps */*.cabal
|