home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-06-25 | 197 b | 11 lines |
- # If you are compiling on linux, then uncomment the following line
- #DEFS = -DLINUX
-
- all:
- (cd client; $(MAKE))
- (cd server; $(MAKE))
-
- clean:
- (cd client; $(MAKE) clean)
- (cd server; $(MAKE) clean)
-