Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239317
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
851 B
Referenced Files
None
Subscribers
None
Makefile
View Options
# -------------------------------------------------------------
# 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
Details
Attached
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)
Attached To
Mode
rAPI Nasqueron API
Attached
Detach File
Event Timeline
Log In to Comment