
default:

install:
	install -d "$(DESTDIR)"
	cp -av src/* "$(DESTDIR)/"

.PHONY: default install
