Ignore:
Timestamp:
Feb 8, 2012, 8:38:37 AM (14 years ago)
Author:
rlw
Message:

use $(MAKE) instead of explicitly specifying nmake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/makefile

    r8 r398  
    1313all:
    1414    @cd src\helpers
    15     nmake -nologo "MAINMAKERUNNING=YES"
     15    $(MAKE) -nologo "MAINMAKERUNNING=YES"
    1616    @cd ..\..
    1717
Note: See TracChangeset for help on using the changeset viewer.