Changeset 960

Show
Ignore:
Timestamp:
06/09/08 22:07:50 (5 months ago)
Author:
takkaria
Message:

Rename the "default" target "all", for Eclipse users. (Ed Kolis)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.win

    r657 r960  
    1515# Executable name and default target 
    1616EXE = angband.exe 
    17 default: ../$(EXE) 
     17all: ../$(EXE) 
    1818 
    1919ifneq (,$(findstring \system32,$(PATH)))