1
Fork 0
mirror of https://github.com/Airsequel/AirGQL.git synced 2025-06-25 20:11:14 +02:00

AirGQL: Add make targets release & docs, set hash of first commit

This commit is contained in:
Adrian Sieber 2024-05-03 08:47:15 +00:00
parent fbee31a849
commit 5cec197d39

View file

@ -10,3 +10,24 @@ install:
stack \
--stack-yaml stack-standalone.yaml \
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 \
.