all repos — shlide @ 922a65e130c9506c27c0de61c4c5344097df2fe6

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