Ignore:
Timestamp:
Mar 8, 2000, 3:49:40 PM (25 years ago)
Author:
bird
Message:

Correction for nmake without target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glide/makefile

    r3031 r3043  
    1 # $Id: makefile,v 1.4 2000-03-06 23:33:43 bird Exp $
     1# $Id: makefile,v 1.5 2000-03-08 14:49:40 bird Exp $
    22#
    33# Odin32 API
     
    1212!include ..\..\..\include\pdwin32.tools
    1313
     14# Dummy all rule - nmake without target will make all targets of the first rule.
     15all_: all
    1416
    1517# All, Lib, Clean and Dep rules.
    16 all lib clean dep:
     18dep clean lib all:
    1719    cd cvg
    1820    $(MAKE_CMD) $@
Note: See TracChangeset for help on using the changeset viewer.