home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / hello3 / makefile.emx < prev    next >
Makefile  |  1995-04-09  |  119b  |  10 lines

  1.  
  2. include $(YACLPATH)/control/emxmak.ctl
  3.  
  4.  
  5. APPNAME = hello3
  6. OBJECTS = main.o
  7.  
  8. include ../emxappmk.ctl
  9.         
  10.