home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / reqtools.lha / demo / makefile < prev   
Encoding:
Makefile  |  1992-03-21  |  275 b   |  16 lines

  1. #
  2. # Makefile for 'demo'
  3. #
  4.  
  5. .c.o:
  6.     @Echo "*e[33;1m  Lc $(CFLAGS) $<*e[0m"
  7.     lc $(CFLAGS) $*.c
  8.  
  9. # use e.g. 'make f=-O' to specify extra compiler flags
  10. CFLAGS = -csmw -v -ms -O
  11.  
  12. OBJS = demo.o
  13.  
  14. demo: $(OBJS)
  15.     Blink LIB:c.o $(OBJS) TO demo LIB LIB:lc.lib LIB:reqtools.lib SC SD ND
  16.