Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123217
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
283 B
Subscribers
None
Makefile
View Options
# Depends: json-glib-tools
JSONVAL = json-glib-validate
JSONS = $(wildcard *.json)
all: validate
check: validate
test: validate
validate: validate-stamp
validate-stamp: $(JSONS)
make $(patsubst %,validate/%,$?)
touch $@
validate/%:
$(JSONVAL) $*
clean:
rm -f validate-stamp
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Jun 21, 5:11 PM (2 w, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238764
Attached To
rDSTOC swh-storage-cassandra
Event Timeline
Log In to Comment