mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-07-08 11:09:32 +02:00
AirGQL: Add make targets release & docs, set hash of first commit
This commit is contained in:
parent
fbee31a849
commit
5cec197d39
1 changed files with 21 additions and 0 deletions
21
makefile
21
makefile
|
@ -10,3 +10,24 @@ install:
|
||||||
stack \
|
stack \
|
||||||
--stack-yaml stack-standalone.yaml \
|
--stack-yaml stack-standalone.yaml \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: docs
|
||||||
|
docs:
|
||||||
|
stack \
|
||||||
|
--stack-yaml stack-standalone.yaml \
|
||||||
|
haddock \
|
||||||
|
--haddock-for-hackage
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: release
|
||||||
|
release: docs
|
||||||
|
stack \
|
||||||
|
--stack-yaml stack-standalone.yaml \
|
||||||
|
upload \
|
||||||
|
.
|
||||||
|
stack \
|
||||||
|
--stack-yaml stack-standalone.yaml \
|
||||||
|
upload \
|
||||||
|
--documentation \
|
||||||
|
.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue