From: ian Date: Sun, 27 Mar 2005 22:18:58 +0000 (+0000) Subject: do not build safety for now as it does not work X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=242144a6ade2ef1b397131a17272da2b6be512b2;p=trains.git do not build safety for now as it does not work --- diff --git a/hostside/Makefile b/hostside/Makefile index e24856a..0950743 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -3,7 +3,7 @@ include ../common.make include ../cprogs.make -TARGETS= hostside safety +TARGETS= hostside #safety CFLAGS= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes \ -Wpointer-arith -Wwrite-strings -g $(OPTIMISE) OPTIMISE= -O2