From d2df52164430e720e67a43bed6504e5d98b2e6a9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 5 Feb 2010 16:44:01 +1000 Subject: Use -Wall when compiling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e917939..b0517d8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS= all: python get_layouts.py > keyboards.h - $(CC) fedora-setup-keyboard.c `pkg-config --cflags --libs hal glib-2.0` $(CFLAGS) -o fedora-setup-keyboard + $(CC) -Wall fedora-setup-keyboard.c `pkg-config --cflags --libs hal glib-2.0` $(CFLAGS) -o fedora-setup-keyboard install: install -D -m 755 fedora-setup-keyboard $(DESTDIR)/usr/bin/fedora-setup-keyboard -- cgit v1.2.3