Source code of Windows XP (NT5)
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.

15 lines
194 B

  1. quadgrid: quadgrid.exe clean
  2. quadgrid.exe: quadgrid.cpp
  3. cl -W4 -Ox -GF5 -MD quadgrid.cpp
  4. depend:
  5. fresh: clobber quadgrid
  6. clean:
  7. -del /q quadgrid.obj
  8. clobber: clean
  9. -del /q quadgrid.exe