X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile;h=3dcd102b3b39c555965e6ea9cb60a35e049641cd;hb=64e00e1f77d52147eb2776695ce190cb2a94135c;hp=a5efd3d43b68296000282d213295a40b0f299e9e;hpb=e5d37585de9699dbcf203ba49b5ff8a8e5c89ff8;p=lptgpib.git diff --git a/Makefile b/Makefile index a5efd3d..3dcd102 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc -CFLAGS=-O2 -Wall -PROGS=controler device sniff +CFLAGS=-g3 -Wall -Werror +PROGS=controler device sniff terminal all: $(PROGS) $(PROGS): lptgpib.o clean: