mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +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:
parent
a561fc35bb
commit
2d99d910b2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user