diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-02-05 16:44:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-02-08 16:45:03 +1000 |
commit | d2df52164430e720e67a43bed6504e5d98b2e6a9 (patch) | |
tree | 3f8bb614bb5afdc8c825cad7a7e7b245528397f8 /Makefile | |
parent | bec6c1c0017e6054b6fccf275f9754103201dd8a (diff) |
Use -Wall when compiling.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |