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