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
/
epop
/
src
/
Makefile
blob
09a22a23a995324d9628694a9626433fb0c064a7
1
include
..
/
..
/
..
/
support
/
include
.mk
2
3
ERLC_FLAGS
+= -
I ..
/
include
4
5
all
: $(
ERL_OBJECTS
)
6
7
clean
:
8
-
rm
$(
ERL_OBJECTS
)
9