repo.or.cz
/
pulseaudio-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remap: fix counters for mmx and sse remap
[pulseaudio-mirror.git]
/
src
/
pulse
/
Makefile
blob
7c8875f39787a70e18f9fbeba1e6ce0c63a6addd
1
# This is a dirty trick just to ease compilation with emacs
2
#
3
# This file is not intended to be distributed or anything
4
#
5
# So: don't touch it, even better ignore it!
6
7
all
:
8
$(
MAKE
) -
C ..
9
10
clean
:
11
$(
MAKE
) -
C ..
clean
12
13
.PHONY
:
all clean