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
Timing is correct now! Forgot to update samples_per_tick when parsing the 0xf effect.
[pineappletracker.git]
/
mod
/
Makefile
blob
c30ea44fc34c2669b12916f34648a7834597b71e
1
CC
=
gcc
2
CFLAGS
= -
g
-
std
=
c99
-
Wall
-
lm
$(
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
) $(
CFLAGS
) -
o
$
@
$
^
${
LIBS
}
10
11
.PHONY
:
12
clean
13
clean
:
14
@echo
"clean..."
15
@
rm
-
f
*
.o main