summaryrefslogtreecommitdiff
path: root/configure
blob: a721db09ce4a2cab88dd3a6c13364ea2672406dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

cat >$$ <<EOF
No way, Jose.
  
Use 'make help' to see what you can do.

Use the make of your platform, be it 'make', 'gmake', 'bmake', 'nmake', ...
...whatever...

EOF

cat $$
rm -f $$