all repos — shlide @ c78c23a27544c78de1d39c08c44cac7687a62d2e

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