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
0520500523
simple
/
ieeefloat
/
GNUmakerules.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
GNUmakerules, GNUmakevars
2016-07-05 21:57:27 +02:00
#!/bin/sh
echo
"\$(BINDIR)/%: %"
Fix bashism
2016-07-05 22:18:16 +02:00
echo
"\tcp \$^ \$@"
GNUmakerules, GNUmakevars
2016-07-05 21:57:27 +02:00
echo
"\$(MAN1DIR)/%: %"
Fix bashism
2016-07-05 22:18:16 +02:00
echo
"\tcp \$^ \$@"