simple/time_t/GNUmakerules.pl

9 lines
146 B
Perl
Raw Permalink Normal View History

2018-09-27 13:08:43 +02:00
#!/usr/bin/perl
use warnings;
use strict;
print "\$(BINDIR)/%: %\n";
print "\tcp \$^ \$@\n";
print "\$(MAN1DIR)/%: %\n";
print "\tcp \$^ \$@\n";