This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
simple
Watch
1
Star
0
Fork
You've already forked simple
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
52d52cb258
simple
/
agestat
/
GNUmakerules.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Automatically create GNUmakerules and GNUmakevars if they don't exist. Print usage if unknown option is given.
2007-02-09 16:36:37 +01:00
#!/bin/sh
echo
"\$(BINDIR)/%: %"
Remove bashism
2016-09-15 12:25:43 +02:00
echo
" cp \$^ \$@"
Automatically create GNUmakerules and GNUmakevars if they don't exist. Print usage if unknown option is given.
2007-02-09 16:36:37 +01:00
echo
"\$(MAN1DIR)/%: %"
Remove bashism
2016-09-15 12:25:43 +02:00
echo
" cp \$^ \$@"