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
Sat, Jun 21, 5:11 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238764

Event Timeline