repo.or.cz
/
vim_extended.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 'vim'
[vim_extended.git]
/
src
/
xxd
/
Make_djg.mak
blob
f6eed31305438d162b34a90dc39d0dcb82cca0c7
1
# The most simplistic Makefile, for DJGPP on MS-DOS
2
3
CFLAGS
= -
O2
-
Wall
4
5
xxd.exe
:
xxd.c
6
gcc
$(
CFLAGS
) -
s
-
o xxd.exe xxd.c
-
lpc
7
8
clean
:
9
del xxd.exe