home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / cell_nfo / makefile < prev    next >
Makefile  |  1993-08-09  |  210b  |  8 lines

  1. all:    tel.exe keycon.exe
  2.  
  3. tel.exe:    tel.c tty.obj ttya.obj ctlib.obj
  4.         tcc -a tel.c tty.obj ttya.obj ctlib.obj
  5.  
  6. keycon.exe:    keycon.c tty.obj ttya.obj ctlib.obj
  7.         tcc -a keycon.c tty.obj ttya.obj ctlib.obj
  8.