home *** CD-ROM | disk | FTP | other *** search
/ WordPerfect for Linux Bible / WP4LinuxBible.iso / sdk / wpx / code / wt / makefile next >
Encoding:
Makefile  |  1999-06-25  |  197 b   |  11 lines

  1. # If you are compiling on linux, then uncomment the following line
  2. #DEFS = -DLINUX
  3.  
  4. all:
  5.     (cd client; $(MAKE))
  6.     (cd server; $(MAKE))
  7.  
  8. clean:
  9.     (cd client; $(MAKE) clean)
  10.     (cd server; $(MAKE) clean)
  11.