From: Martin Mares Date: Mon, 19 Nov 2007 08:22:52 +0000 (+0100) Subject: Ignore the compiled binaries. X-Git-Tag: python-dummy-working~263 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fca031d837b78d65d6f0f0571bd9555df51dcb43;p=eval.git Ignore the compiled binaries. --- 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