home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / old_projects / wbstart / dmakefile next >
Encoding:
Makefile  |  1993-10-03  |  226 b   |  13 lines

  1. CFLAGS = -3.0 -proto -mRR -ms -pr -mi
  2. SRCS   = WBStart-Handler.c WBStarter.c
  3. PROGS  = $(SRCS:"*.c":"*")
  4.  
  5. all: $(PROGS)
  6.  
  7. $(PROGS) : $(SRCS)
  8.          dcc $(CFLAGS) -o %(left) %(right)
  9.  
  10. $(PROGS) : WBStart.h
  11.  
  12. $(PROGS) : DMakefile
  13.