all repos — shlide @ 8fd254d77be58a4268e16a98b062dae06c9e41c5

slide deck presentation tool written in pure bash

Makefile (view raw)

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