diff --git a/slsDetectorSoftware/slsADCReader/Makefile b/slsDetectorSoftware/slsADCReader/Makefile index a18908a67..ce48d2874 100644 --- a/slsDetectorSoftware/slsADCReader/Makefile +++ b/slsDetectorSoftware/slsADCReader/Makefile @@ -1,4 +1,5 @@ CC = g++ +#CC = bfin-uclinux- SRC = slsADCReader.cpp INCLUDES = -I ../../slsReceiverSoftware/include -I ../commonFiles CFLAGS = -Wall -lm -lstdc++