X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/5ef9b719d9b1c393cfbbc535d31c0da048f1c04d..33b7545abe0668a28d49a34e1a3d1f9cba31d09f:/Makefile diff --git a/Makefile b/Makefile index a5f6f55..9e33a75 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -OFILES=png.o usbtmc.o commands.o +OFILES=png.o usbtmc.o commands.o scope.o CFLAGS=-O2 -Wall -I/opt/local/include LDFLAGS=-L/opt/local/lib -lusb -lreadline -lz CC=gcc