# $Id: makefile,v 1.1 2003/10/29 11:20:55 prokushev Exp $

ROOT=..\..\..

DIR = $(ROOT)\bin\os2
PROJ = helpmsg
DESC = Show help message

!include $(ROOT)\makefile.inc

all: $(DIR)\$(PROJ).exe # $(DIR)\$(PROJ).sym

$(DIR)\$(PROJ).exe: .symbolic
 $(PC) -FE$(DIR) -FU. $(PROJ)

# Clean all

clean: .symbolic
 -del *.oo2
 -del *.o
