]> git.sur5r.net Git - gsconf/blobdiff - Makefile
A bunch of fixes for various compiler warnings
[gsconf] / Makefile
index 9e9fcf5b03b2155b5c083c621912bd74b0868161..0fd282d811286e50c6d58bba4a057e7461710879 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CC=gcc
-CFLAGS=-I.
-DEPS = 
-OBJ = socket.o main.o gs105e.o shell.o shell_ip.o shell_vlan.o shell_port.o
+CFLAGS=-Wall -std=c99
+DEPS =
+OBJ = socket.o main.o gs105e.o shell.o shell_ip.o shell_vlan.o shell_sys.o shell_port.o
 
 %.o: %.c $(DEPS)
        $(CC) -c -o $@ $< $(CFLAGS)