Projects/tigris
Projects
/
tigris
Archived
5
0
Fork 0
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.
tigris/TIKI-100_emul-src/messaudio/Makefile

7 lines
123 B
Makefile

# basic Makefile to simplify testing of the ay8910 code
all: ay8910test
ay8910test: ay8910.c
gcc -o ay8910test ay8910.c