Added beatdetect - experimental software to detect knocks using alsa
[mirrors/Programs.git] / c / ghetto-sound-system / Makefile
1 #CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
2 CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
3 CFLAGS+=-lm
4
5 .PHONY: all go
6 all: sampler synth
7 go: sampler
8 ./$? samples/*/* 2>/dev/null
This page took 0.308786 seconds and 4 git commands to generate.