mist64 / cbmbasic

cbmbasic, a portable version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64
446 stars 66 forks source link

Fixes #14

Open Kimitzuni opened 2 years ago

Kimitzuni commented 2 years ago

Fixed a failing build by commenting out the definition of a variable in runtime.c, I did leave the variable there in case it turns out to actually be important and needed.

Added an Install and Uninstall option to the Makefile.

Mainly so I could mess with BASIC in GNU Emacs tbh