Mercurial > vim
view src/xxd/Make_djg.mak @ 1390:45898756e059 v7.1.105
updated for version 7.1-105
author | vimboss |
---|---|
date | Thu, 13 Sep 2007 18:40:54 +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