Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

# -------------------------------------------------------------
# Nasqueron - API
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Description: Build API files
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
API_FILES=infra/servers.json
YAML_TO_JSON=_utils/yaml2json.py
RM=rm -f
# -------------------------------------------------------------
# Main targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
all: $(API_FILES)
clean:
${RM} ${API_FILES}
# -------------------------------------------------------------
# API targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
infra/servers.json:
${YAML_TO_JSON} infra/datasource.yml servers > infra/servers.json

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Oct 11, 21:20 (1 d, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064051
Default Alt Text
Makefile (851 B)

Event Timeline