all repos — shlide @ f6ef6c8c94eaf4e435e0f5a97a7a9a31dd67fde7

slide deck presentation tool written in pure bash

Makefile (view raw)

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

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

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