1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

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

View File

@ -67,7 +67,8 @@ 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)