chiark / gitweb /
do not build safety for now as it does not work
authorian <ian>
Sun, 27 Mar 2005 22:18:58 +0000 (22:18 +0000)
committerian <ian>
Sun, 27 Mar 2005 22:18:58 +0000 (22:18 +0000)
hostside/Makefile

index e24856a22bb844b1eaf7518485207ed48177ddcc..095074321c1a5a012e5e27c6e77b674ba25ead82 100644 (file)
@@ -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