1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

The new module was missing from the Watcom makefile.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-06-11 07:45:47 +00:00
parent cb9ef2f96a
commit 22078ba924

View File

@ -92,6 +92,7 @@ OBJS = anonname.obj \
coptind.obj \
coptneg.obj \
coptptrload.obj \
coptptrstore.obj\
coptpush.obj \
coptsize.obj \
coptstop.obj \