Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / c / sampler / Makefile
1 PROJ=sdl
2 #CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
3 CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
4 CFLAGS+=-lm
5 $(PROJ): $(PROJ).c
6 go: $(PROJ)
7 ./$? drums/* voice/* loops/* 2>/dev/null
This page took 0.275778 seconds and 4 git commands to generate.