This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
# basic Makefile to simplify testing of the ay8910 code
|
|
|
|
all: ay8910test
|
|
|
|
ay8910test: ay8910.c
|
|
gcc -o ay8910test ay8910.c
|