Added dependency of Rules.make to wartool.
This commit is contained in:
parent
07824aa35c
commit
24dcd13a3b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
##
|
##
|
||||||
## Makefile - Makefile for tools. (Level 2)
|
## Makefile - Makefile for tools. (Level 2)
|
||||||
##
|
##
|
||||||
## (c) Copyright 1998,2000 by Lutz Sammer
|
## (c) Copyright 1998,2000,2001 by Lutz Sammer
|
||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
@ -58,7 +58,7 @@ extract$(EXE): extract.c
|
||||||
aledoc$(EXE): aledoc.c
|
aledoc$(EXE): aledoc.c
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
|
$(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
|
||||||
|
|
||||||
wartool$(EXE): wartool.c
|
wartool$(EXE): wartool.c $(TOPDIR)/Makefile $(TOPDIR)/Rules.make
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
|
$(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
|
||||||
|
|
||||||
FILES= gfx2png.c tile2png.c extract.c \
|
FILES= gfx2png.c tile2png.c extract.c \
|
||||||
|
|
Loading…
Reference in a new issue