repo.or.cz
/
jungerl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pu'
[jungerl.git]
/
lib
/
zip
/
src
/
Makefile
blob
449d732b736ba70c65d7c37756206664c83f9cce
1
include
..
/
..
/
..
/
support
/
include
.mk
2
3
MODULES
:=
zip
4
OBJECTS
:= $(
MODULES
:%=
..
/
ebin
/%
.beam
)
5
6
all
: $(
OBJECTS
)
7
8
clean
:
9
rm
-
f
$(
OBJECTS
)