UNPKG

libvirt-node

Version:

The libvirt virtualization API node.js binding

18 lines (11 loc) 187 B
# Shim wrapper around npm to allow for familiar build targets NPM ?= npm all: $(NPM) i install: all generate: $(NPM) run generate clean: $(NPM) run clean check: $(NPM) run test