home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xpool-10.zip / Xpool / MakefileOld < prev    next >
Text File  |  1992-05-26  |  241b  |  20 lines

  1. OBJS =  main.o       \
  2.         init.o       \
  3.         event.o      \
  4.         color.o     \
  5.         ball.o      \
  6.         goodies.o  \
  7.         coordinator.o \
  8.         stick.o    
  9.  
  10.  
  11.  
  12.  
  13.  
  14. try: $(OBJS) 
  15.     cc -O -o try $(OBJS) -lX11 -lm -lc
  16.  
  17.  
  18.  
  19.  
  20.