CXX = g++ #ls -d * | entr sh -c "make main && ./main" %: %.cpp $(CXX) -o $@ $<