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
5de6672e2a
simple
/
tiny
/
GNUmakerules.sh
4 lines
52 B
Bash
Raw
Normal View
History
Unescape
Escape
Automatically create GNUmakerules and GNUmakevars if they don't exist.
2004-12-20 22:18:40 +01:00
#!/bin/sh
echo
"\$(BINDIR)/%: %"
Remove bashism
2016-10-04 23:30:45 +02:00
echo
" cp \$^ \$@"