Added xsprint to the watcom makefile

git-svn-id: svn://svn.cc65.org/cc65/trunk@20 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-06-01 16:25:05 +00:00
parent a561fc35bb
commit 2d99d910b2
1 changed files with 3 additions and 2 deletions

View File

@ -67,8 +67,9 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
OBJS = bitops.obj \
hashstr.obj \
wildargv.obj
wildargv.obj \
xsprintf.obj
.PRECIOUS $(OBJS:.obj=.cc) $(LIB)