Files
getshows/Makefile
T

16 lines
440 B
Makefile
Raw Normal View History

2020-06-15 19:31:19 -04:00
check:
perl -wc frfac
perlcritic frfac
install:
2020-06-16 10:31:12 -04:00
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/bin
2020-06-21 11:45:18 -04:00
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