summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-02-05 16:44:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-02-08 16:45:03 +1000
commitd2df52164430e720e67a43bed6504e5d98b2e6a9 (patch)
tree3f8bb614bb5afdc8c825cad7a7e7b245528397f8 /Makefile
parentbec6c1c0017e6054b6fccf275f9754103201dd8a (diff)
Use -Wall when compiling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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