home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nasmos2.zip / test / make.cmd < prev   
OS/2 REXX Batch file  |  1997-08-24  |  121b  |  4 lines

  1. % Lets not bother with a proper makefile - you don't need it here :) %
  2. ..\nasm aouttest.asm
  3. gcc aouttest.c aouttest.o
  4.