]> git.sur5r.net Git - gsconf/blobdiff - Makefile
A bunch of fixes for various compiler warnings
[gsconf] / Makefile
index c5481872b8f27580eea3d19f47ed817922e4573a..0fd282d811286e50c6d58bba4a057e7461710879 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC=gcc
-CFLAGS=-I.
-DEPS = 
+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)