From 681cbda33e26bab9d134be9b88ef7d6249006673 Mon Sep 17 00:00:00 2001 From: marcobaye Date: Tue, 27 Dec 2016 12:29:09 +0000 Subject: [PATCH] examples: fixed Makefile to use correct file format for trigonometry example git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@77 4df02467-bbd4-4a76-a152-e7ce94205b78 --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index da74382..bd169ac 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -16,7 +16,7 @@ macedit.o: macedit.a $(ASSEMBLER6502) $(AS_FLAGS) --outfile macedit.o --format cbm macedit.a trigono.o: trigono.a - $(ASSEMBLER6502) $(AS_FLAGS) --outfile trigono.o --format cbm trigono.a + $(ASSEMBLER6502) $(AS_FLAGS) --outfile trigono.o --format plain trigono.a clean: -$(RM) -f *.o *.tmp $(PROGS) *~ core