From 971f81925823eb7141b02138904bec65a13d8bde Mon Sep 17 00:00:00 2001 From: xchaos Date: Fri, 1 Feb 2008 21:52:33 +0000 Subject: [PATCH 1/1] -std=c99 -Wall git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@58 251d49ef-1d17-4917-a970-b30cf55b089b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66208a0..a207410 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=prometheus VERSION=0.7.7 -CFLAGS=-std=c99 +CFLAGS=-std=c99 -Wall prefix=/usr mandir=$(prefix)/share/man sbindir=$(prefix)/sbin -- 2.30.2