Mercurial > vim
view src/xxd/Make_djg.mak @ 3620:4f1c511e71f8 v7.3.570
updated for version 7.3.570
Problem: ":vimgrep" does not obey 'wildignore'.
Solution: Apply 'wildignore' and 'suffixes' to ":vimgrep". (Ingo Karkat)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 29 Jun 2012 12:57:06 +0200 |
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