repo.or.cz
/
pineappletracker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Load samples and play the first one in pineapple/mod
[pineappletracker.git]
/
mod
/
Makefile
blob
deb9236dbdef0f82691ff497513a79dd6ae7e6ba
1
CC
=
gcc
2
CFLAGS
= -
std
=
c99
-
Wall
$(
SDL_CFLAGS
)
3
4
SDL_CFLAGS
= $(
shell
pkg-config
--
cflags
sdl
)
5
6
LIBS
= $(
shell
pkg-config
--
libs sdl
)
7
8
main
:
main.c
9
$(
CC
) -
o
$
@
$
^
${
LIBS
}