This repository has been archived on 2024-07-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tigris/TIKI-100_emul-src/messaudio/Makefile
2008-09-02 22:07:30 +00:00

7 lines
123 B
Makefile

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