From 15ac1a8086971cb500bd09dd97bf62e111c2be90 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Sep 2016 04:49:13 -0400 Subject: pokey emulation, plus more labels --- pokeytest/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pokeytest/Makefile (limited to 'pokeytest/Makefile') diff --git a/pokeytest/Makefile b/pokeytest/Makefile new file mode 100644 index 0000000..e629344 --- /dev/null +++ b/pokeytest/Makefile @@ -0,0 +1,15 @@ + +all: + gcc -O2 -Wall -o playsdl2 playsdl2.c pokey.c `pkg-config sdl2 --cflags --libs` + +#gcc -O2 -Wall -o playsnd playsnd.c pokey.c + +#test: all +#./playsnd > 1.raw +#aplay -r 44100 -c 1 -t raw -f u8 1.raw + +test: all + ./playsdl2 $(TEST_SFX) + +clean: + rm -f *.o playsnd playsdl2 *.raw core -- cgit v1.2.3