From: Robert Roland Date: Thu, 4 Jul 2019 05:10:06 +0000 (-0700) Subject: Adding Atari TOS support X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/5b6ff8f27da4f149319fd8becef3a546d1d8f48e?hp=5b6ff8f27da4f149319fd8becef3a546d1d8f48e Adding Atari TOS support Adding a simple Makefile based on the Amiga Makefile to use VBCC to compile for Atari TOS. In the Amiga and Atari Makefile, I made a small change to ensure the LDFLAGS (-lm) end up at the end of the link command, otherwise they will fail ---