Removed some stupid .part file and added such files to .gitignore
[mirrors/Programs.git] / c / sampler / Makefile
CommitLineData
21c4e167
H
1PROJ=sdl
2#CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
3CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
4CFLAGS+=-lm
5$(PROJ): $(PROJ).c
6go: $(PROJ)
7 ./$? drums/* voice/* loops/* 2>/dev/null
This page took 0.224524 seconds and 4 git commands to generate.