Skip to content

Instantly share code, notes, and snippets.

@vasansr
Created March 30, 2023 04:36
Show Gist options
  • Save vasansr/8286db8aa3c642a27cd40b58dabf7085 to your computer and use it in GitHub Desktop.
Save vasansr/8286db8aa3c642a27cd40b58dabf7085 to your computer and use it in GitHub Desktop.
Makefile to detect changes and generate api docs for Thunder Client
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