all: *.cpp *.h g++ -o fakelisten -Iinclude *.cpp clean: rm -f fakelisten