From fca031d837b78d65d6f0f0571bd9555df51dcb43 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Nov 2007 09:22:52 +0100 Subject: [PATCH] Ignore the compiled binaries. --- .gitignore | 4 ++++ Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af85b54..26502ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +bin/box +bin/pedant +bin/iwrapper +bin/md5crypt box certs problems diff --git a/Makefile b/Makefile index 8598a41..79846d9 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,14 @@ VERSION=1.0.1 #DEBUG=-ggdb CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Winline $(DEBUG) -std=gnu99 +CC=gcc-4.1.1 + # Comment out if you are using a recent gcc CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers # Comment out if you do not wish to build remote submit utilities -SUBMIT=submit -LIBUCW:=$(shell cd ../holmes-libs-3.12/run && pwd) +#SUBMIT=submit +#LIBUCW:=$(shell cd ../holmes-libs-3.12/run && pwd) export LIBUCW CFLAGS LDFLAGS DEBUG -- 2.39.2