Created
March 30, 2023 04:36
-
-
Save vasansr/8286db8aa3c642a27cd40b58dabf7085 to your computer and use it in GitHub Desktop.
Makefile to detect changes and generate api docs for Thunder Client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GENERATED=api-docs/.generated | |
THUNDER_FILES=thunder-tests/thunderclient.json | |
$(GENERATED): $(THUNDER_FILES) | |
python gen-api-docs.py | |
touch $(GENERATED) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment