Page MenuHomeSoftware Heritage

Makefile
No OneTemporary

Makefile

# 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

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

Event Timeline