Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344186
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
Fri, Jul 4, 2:11 PM (6 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238764
Attached To
rDCIDX Metadata indexer
Event Timeline
Log In to Comment