Added first revision of experimental MPmix software - DJ player using Mplayer, PERL...
[mirrors/Programs.git] / c / ghetto-sound-system / Makefile
... / ...
CommitLineData
1#CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
2CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
3CFLAGS+=-lm
4
5.PHONY: all go
6all: sampler synth
7go: sampler
8 ./$? samples/*/* 2>/dev/null
This page took 0.105857 seconds and 4 git commands to generate.