From: xchaos Date: Fri, 1 Feb 2008 21:52:33 +0000 (+0000) Subject: -std=c99 -Wall X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=commitdiff_plain;h=971f81925823eb7141b02138904bec65a13d8bde;ds=sidebyside -std=c99 -Wall git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@58 251d49ef-1d17-4917-a970-b30cf55b089b --- 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