Makefile.nmake 96 B

12345
  1. all:
  2. cd src/common
  3. $(MAKE) /F Makefile.nmake
  4. cd ../../src/or
  5. $(MAKE) /F Makefile.nmake