all repos — shlide @ 95a5f0f0accad14e5e5d216af6cabdcc0fc1a5e8

slide deck presentation tool written in pure bash

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
PREFIX ?= /usr

install:
	install -Dm755 pw $(DESTDIR)$(PREFIX)/bin/shlide

uninstall:
	rm -f $(DESTDIR)$(PREFIX)/bin/shlide