X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rigol/blobdiff_plain/5ef9b719d9b1c393cfbbc535d31c0da048f1c04d..7a226bb8f5a070842eed562c04df6b79970a4e4b:/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