]> mj.ucw.cz Git - eval.git/commitdiff
Ignore the compiled binaries.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:22:52 +0000 (09:22 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:22:52 +0000 (09:22 +0100)
.gitignore
Makefile

index af85b54b4fb434a3afbee4b05689fb765c9ef242..26502ff93630b477f913a179f3fda45319fdf40b 100644 (file)
@@ -1,3 +1,7 @@
+bin/box
+bin/pedant
+bin/iwrapper
+bin/md5crypt
 box
 certs
 problems
index 8598a419f807bd162b0ec7c2156bf44cd41e8e48..79846d94515009c268b603e5ebe95a26310c8a27 100644 (file)
--- 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