repo.or.cz
/
MacVim.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix computation of zoomed window frame
[MacVim.git]
/
src
/
xxd
/
Make_os2.mak
blob
cb6694e1cf51c7ee0afe9a9cc88d6f9cf3a8f275
1
# A very (if most the most) simplistic Makefile for OS/2
2
3
CC
=
gcc
4
CFLAGS
=-
O2
-
fno-strength-reduce
-
DOS2
5
6
xxd.exe
:
xxd.c
7
$(
CC
) $(
CFLAGS
) -
s
-
o
$
@
$<
8
9
clean
:
10
-
del xxd.o
11
-
del xxd.exe