diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 18:42:12 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-04 18:42:12 +0200 |
commit | 65251638ddea3310ed69534191198afa9e9d97ed (patch) | |
tree | 9d62360355b01304ddd386aa8c5c2c2a510592f9 /Makefile | |
parent | ed49d5983e81afddca44051117dcc7327bdec03d (diff) |
Cleanup
- Add more warning-flags to Makefile and fix warnings
- Create config.h as a central place for paths/names
- Add wmiistatus.h for definitions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ all: - gcc -Wall -O2 -o wmiistatus wmiistatus.c + gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -g -O2 -o wmiistatus wmiistatus.c |