home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
vim.ftp.fu-berlin.de
/
2015-02-03.vim.ftp.fu-berlin.de.tar
/
vim.ftp.fu-berlin.de
/
amiga
/
vim46src.lha
/
vim-4.6
/
src
/
xxd
/
Makefile.os2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-07-24
|
184 b
|
12 lines
# A very (if most the most) simplistic Makefile for OS/2
CC=gcc
CFLAGS=-O2 -fno-strength-reduce -DOS2
xxd.exe: xxd.c
$(CC) $(CFLAGS) -s -o $@ $<
clean:
- del xxd.o
- del xxd.exe