From: cuz Date: Fri, 2 May 2003 15:30:52 +0000 (+0000) Subject: Build the NES library by default X-Git-Tag: V2.12.0~1584 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60943346ebeced97088fc975f026ca48211f84d9;p=cc65 Build the NES library by default git-svn-id: svn://svn.cc65.org/cc65/trunk@2130 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 2118b65f8..2bc107ad1 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -16,15 +16,16 @@ LD = ../../src/ld65/ld65 ALLTARGETS = apple2 \ atari \ atmos \ - vic20 \ c16 \ - c64 \ c128 \ + c64 \ cbm510 \ cbm610 \ geos \ + nes \ pet \ - plus4 + plus4 \ + vic20 \ #-----------------------------------------------------------------------------