Skip to content
Snippets Groups Projects
Commit 7ef675a8 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed typo.

parent a47cbaf7
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
make TOPDIR=`pwd` depend \ # $Id: Build,v 1.4 1991/08/30 07:05:16 ceder Exp $
make TOPDIR=`pwd` depend \
&& echo '*** Depend ready. Making libraries. ***' \ && echo '*** Depend ready. Making libraries. ***' \
&& make TOPDIR=`pwd` libraries \ && make TOPDIR=`pwd` libraries \
&& echo '*** Libraries ready. Making binaries. ***' \ && echo '*** Libraries ready. Making binaries. ***' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment