X-Git-Url: https://git.sur5r.net/?p=gsconf;a=blobdiff_plain;f=Makefile;h=0fd282d811286e50c6d58bba4a057e7461710879;hp=c5481872b8f27580eea3d19f47ed817922e4573a;hb=HEAD;hpb=11ae7c1958d87f75fb840c6556fa99abf85e6607 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)