all repos — shlide @ 7b3b37e9c7f40691b848eea29e1e6e61c870b83f

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