GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
some PERL playing with JSON
[mirrors/Programs.git]
/
c
/
sampler
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.305359 seconds
and
4
git commands to generate.