repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmcore: use wmgeneral functions in libdockapp instead of the private copy.
[dockapps.git]
/
wmcpufreq
/
Makefile
blob
8cb62cef06b5372c51c8e79a736693e83b43d793
1
#
2
PACK
=
wmcpufreq-3.0
3
4
all
:
5
6
cd wmcpufreq
; $(
MAKE
) $
@
7
8
clean
:
9
cd wmcpufreq
; $(
MAKE
) $
@
10
11
12
install
:
13
cd wmcpufreq
; $(
MAKE
) $
@
14
15
package
:
16
tar
-
cvzf
$(
PACK
)
.
tar
.gz ..
/$(
PACK
)/*