From cd09b06adb30135f55909c02840c339422217d95 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 1 Oct 2017 14:41:43 +0100 Subject: Fixed warnings all over the places --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae7e0c2..20f8c80 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT=agni CC=gcc -CFLAGS=-g3 +CFLAGS=-g3 -Wall SOURCES=$(wildcard *.c) OBJECTS=$(SOURCES:.c=.o) LDFLAGS=-lrt -lm -- cgit v1.2.3