simple/charhist/GNUmakerules.pl

9 lines
170 B
Perl
Raw Permalink Normal View History

2016-07-05 21:39:39 +02:00
#!/usr/bin/perl
use warnings;
use strict;
print "\$(BINDIR)/%: %\n";
2018-07-23 12:15:59 +02:00
print "\tinstall -m 755 \$^ \$@\n";
2016-07-05 21:39:39 +02:00
print "\$(MAN1DIR)/%: %\n";
2018-07-23 12:15:59 +02:00
print "\tinstall -m 644 \$^ \$@\n";