UNPKG

spotty

Version:

Lookup the current process's TTY device

29 lines (18 loc) 352 B
default: build all: build ICED=node_modules/.bin/iced BUILD_STAMP=build-stamp TEST_STAMP=test-stamp lib/%.js: src/%.iced $(ICED) -I node -c -o `dirname $@` $< $(BUILD_STAMP): \ lib/index.js date > $@ clean: find lib -type f -name *.js -exec rm {} \; build: $(BUILD_STAMP) setup: npm install -d test: sh test/run.sh .PHONY: test setup