Changeset 235 for trunk/killproc.mak


Ignore:
Timestamp:
Aug 9, 2005, 7:09:30 AM (20 years ago)
Author:
root
Message:

Add missing depends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/killproc.mak

    r9 r235  
     1# $Id$
    12
    23BASE=killproc
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 
    7 ALL: $(BASE).EXE \
    8      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    98
    109$(BASE).res: $(BASE).rc
    1110
     11$(BASE).rc: icons\$(BASE).ico
     12
    1213$(BASE).obj: $(BASE).c
    1314
    14 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1516
    1617# The end
Note: See TracChangeset for help on using the changeset viewer.