home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / cols.zip / makefile < prev    next >
Makefile  |  1994-05-25  |  148b  |  8 lines

  1. #!make -f
  2. CC=gcc
  3. #CFLAGS=-Wall -s -O -DOS2 -Zmtd 
  4. CFLAGS=-Wall -s -O -DOS2 -Zmtd -Zomf
  5.  
  6. cols.exe: cols.c
  7.     $(CC) $(CFLAGS) -o cols.exe cols.c
  8.