From 04385944be3476c3a96df34f168687fad539a94b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Apr 2015 09:32:12 +1200 Subject: ICO C90 forbids mixed declarations and code --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 708b474..3be6b7a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: all clean install +CFLAGS = -Wall -Wextra -ansi -pedantic LDFLAGS = -lcrypt PREFIX := /usr/local -- cgit v1.2.3