From aa4df9f98ba4c3f2f216565619b43dd22fdcea2d Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 28 Aug 2007 19:54:48 +0000 Subject: [PATCH] Fixed the name of the assembler. git-svn-id: svn://svn.cc65.org/cc65/trunk@3800 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 2d03aaeea..78b4ca93a 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -16,7 +16,7 @@ CRT0 = $(SYS).o CLIB = $(SYS).lib CL = cl65 CC = cc65 -AS = as65 +AS = ca65 LD = ld65 else -- 2.39.5