c/sampler renamed to Ghetto-SoundSystem ;-)
[mirrors/Programs.git] / c / ghetto-sound-system / Makefile
CommitLineData
21c4e167
H
1#CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
2CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
3CFLAGS+=-lm
51baeaf5
H
4
5.PHONY: all go
6all: sampler synth
7go: sampler
8 ./$? samples/*/* 2>/dev/null
This page took 0.124667 seconds and 4 git commands to generate.