File: Makefile

package info (click to toggle)
node-delayed-stream 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: javascript: 1,569; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test