We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83288bc commit 5e223cbCopy full SHA for 5e223cb
Makefile
@@ -1,27 +1,5 @@
1
-default:
2
- make clean
3
- make install
4
-
5
-jcu:
6
- make && jcu
7
8
dist:
9
- cabal check
+ cabal clean
10
cabal configure
+ cabal haddock
11
cabal sdist
12
13
-install:
14
- cabal install -fdevelopment
15
16
-clean:
17
- cabal clean
18
19
-run:
20
- jcu
21
22
-debug:
23
- DEBUG=1 jcu
24
25
-deps:
26
- rm -rf deps
27
- mkdir deps && cd deps && git clone https://github.com/snapframework/snap-auth.git && cd snap-auth && cabal install && cd .. && git clone https://github.com/ozataman/snap-extension-mongodb.git && cd snap-extension-mongodb && cabal install && cd ../..
0 commit comments