Mercurial > vim
view src/xxd/Make_djg.mak @ 1413:d4b1aca2e3a9 v7.1.128
updated for version 7.1-128
author | vimboss |
---|---|
date | Sun, 30 Sep 2007 20:28:48 +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