all repos — shlide @ 7cc667f6175f81e144180bf7c36993f15451cb6d

slide deck presentation tool written in pure bash

Makefile (view raw)

1PREFIX ?= /usr
2
3install:
4	install -Dm755 shlide $(DESTDIR)$(PREFIX)/bin/shlide
5
6uninstall:
7	rm -f $(DESTDIR)$(PREFIX)/bin/shlide