PREFIX ?= /usr

all:

install:
	install -d $(DESTDIR)$(PREFIX)/bin
	install -m 755 demo-tool $(DESTDIR)$(PREFIX)/bin/demo-tool
