repo.or.cz
/
vim-kana.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 'hack/autopaste'
[vim-kana.git]
/
src
/
xxd
/
Makefile
blob
97bbcc77bc70574bb192ba4cfb223f1a8648bc3a
1
# The most simplistic Makefile
2
3
xxd
:
xxd.c
4
$(
CC
) $(
CFLAGS
) $(
LDFLAGS
) -
DUNIX
-
o xxd xxd.c
5
6
clean
:
7
rm
-
f xxd xxd.o