--- quicklook/tof/Makefile 2006/06/15 10:26:55 1.3 +++ quicklook/tof/Makefile 2014/01/17 15:10:34 1.4 @@ -1,6 +1,6 @@ # Flight quick look - FQLOOK # SOFTWARE VERSION -VER= v1r00 +VER= v1r01 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -23,7 +23,7 @@ # Here the variables used to override the standard make flags # C++ CXX=g++ -CXXFLAGS=-Wall +CXXFLAGS=-Wall ${PAM_BIT} # Here the variables definig the local directories DIRTOP=${shell pwd} DIRLIB=lib