1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

With the additional key definitions, the dbg module will now work on the Oric

Atmos. By Stefan Haubenthal.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5533 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-02-19 17:51:47 +00:00
parent 787dc1a5dc
commit f5d2af3763

View File

@ -133,7 +133,7 @@ atarilib:
.PHONY: atmoslib
atmoslib:
for i in runtime atmos common conio em joystick tgi zlib; do \
for i in runtime atmos common conio dbg em joystick tgi zlib; do \
$(MAKE) SYS=atmos -C $$i || exit 1; \
$(AR) a atmos.lib $$i/*.o || exit 1; \
done