mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
cleanup
This commit is contained in:
parent
179f2d05aa
commit
2ea9cf0449
@ -673,6 +673,11 @@ EXELIST_sim6502 = \
|
||||
|
||||
EXELIST_sim65c02 = $(EXELIST_sim6502)
|
||||
|
||||
|
||||
# omitted: arg-test clock clock-test conio cpeek-test cprintf cursor deb dir-test
|
||||
# div-test em-test exec-test1 exec-test2 fileio-test ft getopt-test heaptest
|
||||
# joy-test moddiv-test mouse-test mul-test posixio-test rename-test scanf-test
|
||||
# ser-test seek strdup-test strnlen stroserror-test strqtok-test tinyshell uname-test
|
||||
EXELIST_atari2600 = \
|
||||
minimal
|
||||
|
||||
@ -682,6 +687,9 @@ EXELIST_atari5200 = \
|
||||
EXELIST_gamate = \
|
||||
minimal
|
||||
|
||||
EXELIST_lynx = \
|
||||
minimal
|
||||
|
||||
EXELIST_supervision = \
|
||||
minimal
|
||||
|
||||
@ -693,9 +701,6 @@ EXELIST_bbc = \
|
||||
EXELIST_lunix = \
|
||||
notavailable
|
||||
|
||||
EXELIST_lynx = \
|
||||
minimal
|
||||
|
||||
# Unlisted targets will try to build everything.
|
||||
# That lets us learn what they cannot build, and what settings
|
||||
# we need to use for programs that can be built and run.
|
||||
|
Loading…
Reference in New Issue
Block a user