c/sampler renamed to Ghetto-SoundSystem ;-)
[mirrors/Programs.git] / c / ghetto-sound-system / Makefile
similarity index 54%
rename from c/sampler/Makefile
rename to c/ghetto-sound-system/Makefile
index 7df4124c24cad71baddaab5c42b524bb56cf1d5e..32a8e1527ba8150231a62e2612f4f65b2028c22c 100644 (file)
@@ -1,7 +1,8 @@
-PROJ=sdl
 #CFLAGS=-lSDL_sound -lSDL -lSDL_mixer
 CFLAGS+=`sdl-config --cflags --libs` -lSDL_mixer
 CFLAGS+=-lm
-$(PROJ): $(PROJ).c
-go: $(PROJ)
-       ./$? drums/* voice/* loops/* 2>/dev/null
+
+.PHONY: all go
+all: sampler synth
+go: sampler
+       ./$? samples/*/* 2>/dev/null
This page took 0.095763 seconds and 4 git commands to generate.