# $Id: makefile,v 1.1.1.1 2003/10/04 08:23:44 prokushev Exp $

ROOT=..\..\..\..

DIR = $(ROOT)\bin\os2\nls\book
PROJ = cmdref

!include $(ROOT)\makefile.inc

all: $(DIR)\$(PROJ).inf

$(DIR)\$(PROJ).inf: $(PROJ).ipf external.ipf
 $(HC) -i $(PROJ).ipf $@

# Clean target
clean : .symbolic
    @if exist *.inf del *.inf
