all: main main: g++ RTRead.cpp RTWrite.cpp main.cpp -O3 -o rtperfecter0 clean: -rm *.o