From: cuz Date: Tue, 28 Aug 2007 19:54:48 +0000 (+0000) Subject: Fixed the name of the assembler. X-Git-Tag: V2.12.0~57 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa4df9f98ba4c3f2f216565619b43dd22fdcea2d;p=cc65 Fixed the name of the assembler. git-svn-id: svn://svn.cc65.org/cc65/trunk@3800 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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