home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP05 / TYPER.MAK < prev   
Encoding:
Text File  |  1996-01-01  |  213 b   |  10 lines

  1. #---------------------
  2. # TYPER.MAK make file
  3. #---------------------
  4.  
  5. typer.exe : typer.obj
  6.      $(LINKER) $(GUIFLAGS) -OUT:typer.exe typer.obj $(GUILIBS)
  7.  
  8. typer.obj : typer.c
  9.      $(CC) $(CFLAGS) typer.c
  10.