Mercurial > vim
view src/xxd/Make_djg.mak @ 517:594f25e4a806 v7.0144
updated for version 7.0144
author | vimboss |
---|---|
date | Fri, 09 Sep 2005 19:53:42 +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