mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +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:
parent
787dc1a5dc
commit
f5d2af3763
@ -133,7 +133,7 @@ atarilib:
|
|||||||
|
|
||||||
.PHONY: atmoslib
|
.PHONY: atmoslib
|
||||||
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; \
|
$(MAKE) SYS=atmos -C $$i || exit 1; \
|
||||||
$(AR) a atmos.lib $$i/*.o || exit 1; \
|
$(AR) a atmos.lib $$i/*.o || exit 1; \
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user