X-Git-Url: https://git.sur5r.net/?p=gsconf;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0fd282d811286e50c6d58bba4a057e7461710879;hp=c5481872b8f27580eea3d19f47ed817922e4573a;hb=76bba375139c9c81ccf62cde41d90e4b5ea1112b;hpb=2531679f54aac584bdcc922d7727600845ecb23b diff --git a/Makefile b/Makefile index c548187..0fd282d 100644 --- 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)