home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / funnelweb / part01 / admin / makescript < prev   
Encoding:
Text File  |  1993-04-11  |  120 b   |  6 lines

  1. #!/bin/csh
  2. # Choose betwen GNU C (gcc), or the default C (cc) on your system.
  3. gcc -o fw -g -Wall *.c
  4. #
  5. #cc -o fw -g *.c
  6.