From 60943346ebeced97088fc975f026ca48211f84d9 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 2 May 2003 15:30:52 +0000 Subject: [PATCH] Build the NES library by default git-svn-id: svn://svn.cc65.org/cc65/trunk@2130 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 \ #----------------------------------------------------------------------------- -- 2.39.5