home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / nieuûytki / workbench95 / smakefile < prev    next >
Makefile  |  1977-12-31  |  314b  |  27 lines

  1. #
  2. #
  3. #
  4.  
  5. wb95: patch.a main.c
  6.     -@delete main.o
  7.     -@delete wb95
  8.     phxass NOEXE QUIET patch.a
  9.     SC main.c
  10.     sc LINK main.o patch.o to wb95
  11.  
  12. clean:
  13.     -@delete *.o
  14.     -@delete exe
  15.     -@delete *.lnk
  16.  
  17. in:
  18.     ci -l -f patch.a
  19.     ci -l -f main.c
  20.     ci -l -f smakefile
  21.  
  22. out:
  23.     co -l -f -q smakefile
  24.     co -l -f -q patch.a
  25.     co -l -f -q main.c
  26.  
  27.