From 7ec4a5150710643e99f982b5a82f8aeb49302d81 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Nov 2025 06:14:11 -0500 Subject: Add top-level Makefile for convenience. --- README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 5062247..0c012d8 100644 --- a/README.txt +++ b/README.txt @@ -12,8 +12,9 @@ README.txt - you're reading it now. TODO.txt - plans for the future. -src/ - the source. should be able to build with "cd src; make", -followed by "make install" if you want. +src/ - the source. On Linux or similar, you should be able to build +with "make", followed by "make install" if you want. You have to use +GNU make, so the command may be "gmake". f65/ - "fake 6502" porting layer. Not for the faint of heart. The unalf algorithm was ported from a disassembly of the 6502 code, using -- cgit v1.2.3