c/sampler renamed to Ghetto-SoundSystem ;-)
[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.208672 seconds and 4 git commands to generate.