getshows/Makefile
Mike Small 04d4063eaf Provide me a way to run in Slackware 14.2
This is probably a silly way to deal with uniq
not being in the older List::Util vs. providing
an implementation. But 15 is just around the corner
anyway?

Also add an uninstall target.
2020-06-21 11:45:18 -04:00

16 lines
440 B
Makefile

check:
perl -wc frfac
perlcritic frfac
install:
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/bin
install_with_newcore_hack:
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/share/perl5/
install -o root -g wheel -m 0555 frfac.wrapper /usr/local/bin/frfac
uninstall:
rm -f /usr/local/bin/frfac /usr/local/share/perl5/frfac