index
:
notes
gh-pages
master
personal notes
johannst
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
linux
/
src
/
Makefile
blob: 9b6e47a07398ad72bce8f82937b16625d88c8b90 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
SRC
=
event.c
BIN
=
$(
SRC:.c
=
)
all
:
$(
BIN
)
%
:
%.
c
bash
$<
clean
:
$(
RM
)
$(
BIN
)