index
:
erlang
master
Projekt für den Erlang-Kurs
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
client
/
Makefile
blob: 17cc9a06ac48b3d84089eefa0124b2121f9ddae3 (
plain
) (
blame
)
1
2
3
4
5
6
all
:
-
$(
MAKE
)
-C.. client
clean
:
-
$(
MAKE
)
-C.. clean-client