Mercurial > vim
view src/xxd/Make_djg.mak @ 1971:11c6bda3b53a v7.2.268
updated for version 7.2-268
author | vimboss |
---|---|
date | Tue, 03 Nov 2009 10:43:27 +0000 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
# The most simplistic Makefile, for DJGPP on MS-DOS CFLAGS = -O2 -Wall xxd.exe: xxd.c gcc $(CFLAGS) -s -o xxd.exe xxd.c -lpc clean: del xxd.exe