Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
190 B

  1. all:
  2. cd inc
  3. $(MAKE)
  4. cd ..\drv
  5. $(MAKE)
  6. cd $(MAKEDIR)
  7. clean: cleanall all
  8. cleanall:
  9. cd inc
  10. $(MAKE) clean
  11. cd ..\drv
  12. $(MAKE) clean
  13. cd $(MAKEDIR)