mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-08 18:10:08 +00:00
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
This commit is contained in:
parent
c0a78ccec6
commit
681cbda33e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user